File Editor
Directories:
.. (Back)
img
inc
js
languages
layouts
Files:
404.php
README.txt
archive.php
comments.php
footer.php
front-page.php
functions.php
header.php
home.php
index.php
page-left-sidebar.php
page.php
search.php
sidebar.php
single.php
style.css
template-blog-default.php
template-blog-grid-sidebar.php
template-blog-grid.php
woocommerce.php
Create New File
Create
Edit File: 404.php
<?php /** * The template for displaying 404 pages (not found). * * @package mediaphase */ get_header(); get_template_part( 'inc/partials/content', 'inner-navigation-404' ); ?> <div id="main"> <div class="wrap"> <?php get_sidebar(); get_template_part( 'inc/partials/content', '404' ); ?> </div> </div> <?php get_footer();
Save Changes
Rename File
Rename