File Editor
Directories:
.. (Back)
core
css
images
js
Files:
404.php
archive.php
author.php
category.php
changelog.txt
class-tgm-plugin-activation.php
comments.php
customizer.php
footer.php
front-page.php
functions.php
google-font.php
guardian-default-settings.php
header.php
index.php
loop.php
page-fullwidth.php
page.php
post-content.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
weblizar-breadcrumbs.php
woocommerce.php
Create New File
Create
Edit File: 404.php
<?php get_header(); ?> <div class="clearfix"></div> <?php get_template_part('weblizar','breadcrumbs'); ?> <div class="container"> <div class="content_fullwidth"> <div class="error_pagenotfound"> <strong><?php _e('404','guardian');?></strong> <br /> <b><?php _e('Oops... Page Not Found!', 'guardian');?></b> <em><?php _e('Sorry the Page Could not be Found here.','guardian');?></em> <p><?php _e('Try using the button below to go to main page of the site','guardian');?></p> <div class="clearfix margin_top3"></div> <a href="<?php echo esc_url(home_url( '/' )); ?>" class="but_goback"><i class="fa fa-arrow-circle-left fa-lg"></i> <?php _e('Go to Back','guardian');?></a> </div><!-- end error page notfound --> </div> </div><!-- end content area --> <?php get_footer();?>
Save Changes
Rename File
Rename