>

> ' . get_search_query() . '' ); ?>

' : '
'; // Start the loop. while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content/content', 'search' ); // End the loop. endwhile; // Previous/next page navigation. saiph_numeric_posts_nav(); // If no content, include the "No posts found" template. else: get_template_part( 'content-none', 'none' ); endif; ?>