'; /* Start the Loop */ while ( have_posts() ) : the_post(); /** * 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 content-search.php and that will be used instead. */ get_template_part( 'template-parts/content', 'search' ); endwhile; the_posts_navigation(); echo ''; else : get_template_part( 'template-parts/content', 'none' ); endif; /** * Hook - startup_shop_container_wrap_end * * @hooked container_wrap_end - 999 */ do_action( 'startup_shop_container_wrap_end', esc_attr( $layout ) ); get_footer();