File Editor
Directories:
.. (Back)
core
css
fonts
images
js
Files:
404.php
archive.php
author-intro.php
author.php
breadcrums.php
category.php
chagelog.txt
comments.php
customizer.php
font.php
footer-callout.php
footer.php
front-page.php
fullwidth.php
functions.php
header.php
home-blog.php
home-contact.php
home-portfolio.php
home-services.php
home-slideshow.php
home-team.php
home-testimonial.php
index.php
more.php
nocontent.php
options-reset.php
page-leftsb.php
page.php
post-content.php
post-page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
woocommerce.php
Create New File
Create
Edit File: 404.php
<?php get_header(); ?> <div class="enigma_header_breadcrum_title"> <div class="container"> <div class="row"> <div class="col-md-12"> <h1><?php _e('404 Error','enigma-parallax'); ?></h1> <ul class="breadcrumb"> <li><a href="<?php echo home_url( '/' ); ?>"><?php _e('Home','enigma-parallax'); ?></a></li> <li><?php _e('404 Error','enigma-parallax'); ?></li> </ul> </div> </div> </div> </div> <div class="container"> <div class="row enigma_blog_wrapper"> <div class="col-md-12 hc_404_error_section"> <div class="error_404"> <h2><?php _e('404','enigma-parallax'); ?></h2> <h4><?php _e('Whoops... Page Not Found !!!','enigma-parallax'); ?></h4> <p><?php _e('We`re sorry, but the page you are looking for doesn`t exist.','enigma-parallax'); ?></p> <p><a href="<?php echo esc_url(home_url( '/' )); ?>"><button class="enigma_send_button" type="submit"><?php _e('Go To Homepage','enigma-parallax'); ?></button></a></p> </div> </div> </div> </div> <?php get_footer(); ?>
Save Changes
Rename File
Rename