File Editor
Directories:
.. (Back)
css
images
inc
js
languages
layouts
woocommerce
Files:
404.php
archive.php
comments.php
content-none.php
content-page.php
content-search.php
content-single.php
content.php
demo.php
footer.php
functions.php
header.php
home-page.php
index-parallax.php
index.php
license.txt
page.php
readme.txt
search.php
sidebar.php
single.php
style.css
Create New File
Create
Edit File: 404.php
<?php /** * The template for displaying 404 pages (not found). * * @package accesspress_parallax */ get_header(); ?> <div class="mid-content"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <section class="error-404 not-found"> <header class="page-header"> <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'accesspress-parallax' ); ?></h1> </header><!-- .page-header --> </section><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>
Save Changes
Rename File
Rename