| 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 Search results. * * @package Genesis Block Theme */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <div id="post-wrap"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content-search' ); endwhile; else : ?> <p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'genesis-block-theme' ); ?></p> <?php endif; ?> </div> <?php the_posts_pagination(); ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer(); ?>