| Server IP : 208.109.34.209 / Your IP : 216.73.217.134 Web Server : Apache System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64 User : oceanproject ( 1012) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/oceanproject/public_html/wp-content/themes.old/genesis-block-theme/ |
Upload File : |
<?php /** * The template for displaying 404 pages (Not Found). * * @package Genesis Block Theme */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <p><?php esc_html_e( 'It looks like nothing was found at this location. Please use the search box to locate the content you were looking for.', 'genesis-block-theme' ); ?></p> <?php get_search_form(); ?> </div><!-- .entry-content --> </article><!-- #post-## --> </main><!-- #main --> </div><!-- #primary --> <?php get_footer(); ?>