Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
public_html
/
blog
/
wp-content
/
themes
/
default-mag
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ynormeco/public_html/blog/wp-content/themes/default-mag/404.php
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Default Mag */ get_header(); ?> <section class="error-404 not-found twp-not-found twp-min-height"> <div class="twp-wrapper"> <header class="page-header"> <div class="twp-error-title twp-secondary-color">404...</div> <h2><?php esc_html_e( 'Oops! That page can’t be found.', 'default-mag' ); ?></h2> </header><!-- .page-header --> <div class="page-content"> <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'default-mag' ); ?></p> <?php get_search_form(); ?> </div> </div><!-- .page-content --> </section><!-- .error-404 --> <?php get_footer();