Current Path : /var/www/ya/wp-content/themes/youthy/ |
Current File : /var/www/ya/wp-content/themes/youthy/loop.php |
<div class="loop max-wrap"> <?php rewind_posts(); if (have_posts()) : while (have_posts()) : the_post(); get_template_part( 'post-formats/blog-item' ); endwhile; endif; ?> </div> <?php get_template_part('_template-parts/_part-nav-archive'); ?>