have_posts()) : while($search->have_posts()) : $search->the_post();
$search_count++; endwhile; endif;wp_reset_postdata();?>
-
';
the_posts_pagination( array(
'mid_size' => 2,
'prev_text' => __( 'Previous', 'blog-star' ),
'next_text' => __( 'Next', 'blog-star' ),
) );
?>