found_posts; echo "

" . sprintf( __( '%s Search Results for "%s"', 'bestore' ), $total_results, get_search_query() ) . "

"; endif; if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'content', get_post_format() ); endwhile; the_posts_pagination(); else : get_template_part( 'content', 'none' ); endif; ?>