Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tomas.dbweb26.0621250700/public_html/wp-content/themes/jetblack/ |
Upload File : |
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package JetBlack */ 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 $jetblack_enable = jetblack_gtm( 'jetblack_header_image_visibility' ); if ( ! jetblack_display_section( $jetblack_enable ) ) : ?> <header class="page-header"> <h1 class="page-title"><?php esc_html_e( 'Oops! That page can’t be found.', 'jetblack' ); ?></h1> </header><!-- .page-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?', 'jetblack' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </section><!-- .error-404 --> <?php endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();