File Editor
Directories:
.. (Back)
assets
customizer
framework
frontpage
languages
lib
template_parts
Files:
404.php
author.php
category.php
comments.php
footer.php
functions.php
header.php
index.php
page.php
readme.txt
search.php
sidebar.php
single.php
style.css
style_core.css
tag.php
woocommerce.php
Create New File
Create
Edit File: 404.php
<?php /** * The 404 Page for Optimizer * * Displays when a certain page is not found section and everything * * @package Optimizer * * @since Optimizer 1.0 */ global $optimizer;?> <?php get_header(); ?> <div class="fofo_wrap layer_wrapper"> <!--404 Page Title--> <div class="page_tt"> <div class="center"> <div class="fourofour"> <label><a>404</a></label> </div> <h2 class="postitle"><?php _e('Page Not Found', 'optimizer'); ?></h2> </div> </div> <!--404 Description--> <div id="content"> <div class="center"> <div class="single_wrap no_sidebar"> <div class="single_post"> <div id="content_wrap" class="error_page"> <div class="post"> <div class="error_msg"> <p> <label><?php _e('Server cannot find the file you requested. The Page has either been moved or deleted, or you entered the wrong URL or document name. Look at the URL. If a word looks misspelled, then correct it and try it again. If that doesnt work You can try our search option to find what you are looking for.', 'optimizer'); ?></label> </p> <?php get_search_form(); ?> </div> </div> </div> </div> </div> </div> </div> </div><!--layer_wrapper class END--> <?php get_footer(); ?>
Save Changes
Rename File
Rename