Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-post-to-pdf-enhanced-cache-20250414195233
/
knowhow
:
404.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * The template for displaying 404 pages (Not Found). **/ ?> <?php get_header(); ?> <!-- #primary --> <div id="primary" class="sidebar-off container clearfix"> <!-- .container --> <div class="container"> <!-- #content --> <section id="content" role="main"> <!-- #page-header --> <header id="page-header"> <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'framework' ); ?></h1> <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search above?', 'framework' ); ?></p> </header> <!-- /#page-header --> </section> <!-- /#content--> </div> <!-- .container --> </div> <!-- /#primary--> <?php get_footer(); ?>