AlkantarClanX12
Current Path : /home/thanudqk/128shen.com/wp-content/themes/darcie/ |
Current File : /home/thanudqk/128shen.com/wp-content/themes/darcie/404.php |
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Darcie */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <?php if ( is_active_sidebar( 'sidebar-notfound' ) ) : dynamic_sidebar( 'sidebar-notfound' ); else : ?> <section class="error-404 not-found"> <?php $header_image = darcie_featured_overall_image(); if ( 'disable' === $header_image ) : ?> <header class="page-header"> <h1 class="page-title section-title"><?php esc_html_e( 'Nothing Found', 'darcie' ); ?></h1> <div class="section-description-wrapper section-subtitle"> <p><?php esc_html_e( 'Oops! That page can’t be found.', 'darcie' ); ?></p> </div> </header><!-- .entry-header --> <?php endif; ?> <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?', 'darcie' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </section><!-- .error-404 --> <?php endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();