12 lines
231 B
PHP
12 lines
231 B
PHP
<!--[search/search-results]-->
|
|
|
|
<?php while ( have_posts() ) : ?>
|
|
|
|
<?php the_post(); ?>
|
|
|
|
<?php get_template_part( "template-parts/search/search-list-item" ) ?>
|
|
|
|
<?php endwhile; ?>
|
|
|
|
<!--[search/search-results]-->
|