| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/midwest/public_html/wp-content/themes/midwest/ |
Upload File : |
<?php
/**
* The template for displaying search results pages.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result
*
* @package Astra
* @since 1.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
get_header(); // Include the header
?>
<?php get_template_part('template-parts/content', 'google-ads-top'); ?>
<section class="main_content search_outer">
<div class="container">
<div class="row">
<div class="col-sm-12 mid-pad-ziro">
<div class="main_content_inner">
<div class="main_content_inner_wrap">
<div id="primary" <?php astra_primary_class(); ?>>
<?php astra_primary_content_top(); ?>
<?php if ( have_posts() ) : ?>
<!-- <header class="page-header">
<h1 class="page-title">
</h1>
</header>.page-header -->
<?php astra_content_loop(); ?>
<?php else : ?>
<section class="no-results not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'astra' ); ?></h1>
</header><!-- .page-header -->
<div class="page-content">
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'astra' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .page-content -->
</section><!-- .no-results -->
<?php endif; ?>
<?php astra_pagination(); ?>
<?php astra_primary_content_bottom(); ?>
</div><!-- #primary -->
</div>
</div>
</div>
</div>
</div>
</section>
<?php get_template_part('template-parts/content', 'google-ads-bottom'); ?>
<?php
get_footer(); // Include the footer
?>