File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/search.php
<?php
/**
* The template for displaying search results pages.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result
*
*/
?>
<?php
if ( have_posts() ) :
?>
<div class="row blog-content blog-list">
<?php
/* Start the Loop */
while ( have_posts() ) : the_post();
get_template_part( 'templates/template-parts/content', 'search' );
endwhile;
?>
</div><!--.blog-content.blog-list-->
<?php thim_paging_nav(); ?>
<?php else : ?>
<?php get_template_part( 'templates/template-parts/content', 'none' ); ?>
<?php endif; ?>