| Server IP : 172.67.201.108 / Your IP : 216.73.217.143 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tgnew/wp-content/themes/zeedynamic/ |
Upload File : |
<?php /** * The template for displaying 404 pages (not found). * * @package zeeDynamic */ get_header(); ?> <section id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <div class="error-404 not-found type-page"> <header class="entry-header"> <h1 class="page-title"><?php esc_html_e( '404: Page not found', 'zeedynamic' ); ?></h1> </header><!-- .entry-header --> <div class="entry-content clearfix"> <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search or one of the links below?', 'zeedynamic' ); ?></p> <?php get_search_form(); ?> <?php the_widget( 'WP_Widget_Recent_Posts' ); ?> <?php the_widget( 'WP_Widget_Archives', 'dropdown=1' ); ?> <?php the_widget( 'WP_Widget_Categories', 'dropdown=1' ); ?> <?php the_widget( 'WP_Widget_Tag_Cloud' ); ?> <?php the_widget( 'WP_Widget_Pages' ); ?> </div> </div> </main><!-- #main --> </section><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>