You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Run the loop for the search to output the results. If you want to overload this in a child theme then include a file called loop-search.php and that will be used instead. */
get_template_part( 'loop', 'search' );
?>
<?php else : ?>
<h2>Nothing Found</h2>
<p>Sorry, but nothing matched your search criteria. Please try again with some different keywords.</p>