Your IP : 216.73.216.63


Current Path : /var/www/ya/wp-content/themes/youthy/
Upload File :
Current File : /var/www/ya/wp-content/themes/youthy/loop-flat.php

<div class="loop max-wrap">

<?php

		rewind_posts();

				if (have_posts()) : ?>
					<ol class="search-results">
				<?php
				while (have_posts()) : the_post();

							get_template_part( '_template-parts/_part-search-flat' );

				endwhile; ?>
					</ol>
				<?php
				endif;
?>

</div>

<?php get_template_part('_template-parts/_part-nav-archive'); ?>