" . sprintf(esc_html__('Search Results for: %s', 'envo-storefront'), 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; ?>