
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
global $presso_secondary_query;
if ( empty( $presso_secondary_query ) ) return;
?>

<div class="vw-loop vw-loop--block-i vw-loop--block-i-4 vw-loop--border-bottom">

	<div class="vw-flex-grid vw-flex-grid--sm-2 vw-flex-grid--large-gap vw-flex-grid---no-grow">

		<?php while ( presso_secondary_query_have_posts() ) : $presso_secondary_query->the_post(); ?>

			<div class="vw-flex-grid__item" data-slugs="<?php echo esc_attr( presso_get_categories_attributes() ); ?>">
				<?php get_template_part( 'templates/loop/post-block-i-2', get_post_format() ); ?>
			</div>
		
		<?php endwhile; ?>

	</div>
	
</div>