File Editor
Directories:
.. (Back)
images
inc
js
languages
Files:
404.php
archive.php
comments.php
featured-box.php
footer.php
front-page-blog.php
front-page.php
fullwidth.php
functions.php
header.php
index.php
license.txt
page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar-footer.php
sidebar.php
single.php
style.css
Create New File
Create
Edit File: 404.php
<?php /* Design Theme's 404 Error Page Copyright: 2012-2016, D5 Creation, www.d5creation.com Based on the Simplest D5 Framework for WordPress Since Design 1.0 */ get_header(); ?> <div class="pagenev"><div class="conwidth"><?php design_breadcrumbs(); ?></div></div> <div id="container"> <h1 class="page-title"><?php _e('Not Found', 'd5-design'); ?></h1> <h3 class="arc-src"><span><?php _e('Apologies, but the page you requested could not be found. Perhaps searching will help', 'd5-design'); ?></span></h3> <?php get_search_form(); ?><br /> <p><a href="<?php echo home_url(); ?>" title="Browse the Home Page">« <?php _e('Or Return to the Home Page', 'd5-design'); ?></a></p><br /><br /> <h2 class="post-title-color"><?php _e('You can also Visit the Following. These are the Featured Contents', 'd5-design'); ?></h2> <div class="content-ver-sep"></div><br /> <?php get_template_part( 'featured-box' ); ?> <?php get_footer(); ?>
Save Changes
Rename File
Rename