File Editor
Directories:
.. (Back)
css
fonts
functions
images
js
languages
Files:
404.php
about-section.php
breadcrumbs.php
comments.php
content-none.php
content-posts-home.php
content-posts.php
content-single.php
content.php
contentboxes-section.php
copyright.php
cta-section.php
features-section.php
footer.php
fromblog-section.php
functions.php
getintouch-section.php
getstarted-section.php
header.php
image.php
index.php
license.txt
owlpost-info.php
page-fullwidth.php
page-left-sidebar.php
page-right-sidebar.php
page.php
post-formats.php
post-info.php
post-meta.php
post-nav.php
readme.txt
services-section.php
sidebar-footer.php
sidebar.php
single.php
social-section.php
style.css
title-section.php
top-header.php
Create New File
Create
Edit File: 404.php
<?php /** * The Template for displaying all single posts. * * @package Modality */ $modality_theme_options = modality_get_options( 'modality_theme_options' ); get_header(); ?> <div id="main" class="<?php echo esc_attr($modality_theme_options['layout_settings']);?>"> <div class="content-posts-wrap"> <div id="content-box"> <div id="post-body"> <h1><?php _e('Error 404 - Page not found!', 'modality'); ?></h1> <div class="sorry"><?php _e('Sorry! It seems that the page you are looking for is not here.', 'modality'); ?></div> </div><!--post-body--> </div><!--content-box--> <div class="sidebar-frame"> <div class="sidebar"> <?php get_sidebar(); ?> </div><!--sidebar--> </div><!--sidebar-frame--> </div><!--content-posts-wrap--> </div><!--main--> <?php if ($modality_theme_options['social_section_on'] == '1') { get_template_part( 'social', 'section' ); } get_footer(); ?>
Save Changes
Rename File
Rename