File: /home/hzaluminio/www/sair/(FORA)wp-content (forA)/themes/gaze/loop/loop-portfolio-masonry.php
<?php get_template_part( 'inc/content-portfolio', 'filters' ); ?>
<div class="row">
<div id="masonry-grid" class="works-grid small-gutter">
<?php
if ( have_posts() ) : while ( have_posts() ) : the_post();
/**
* Get blog posts by blog layout.
*/
get_template_part( 'loop/content-portfolio', 'masonry' );
endwhile;
else :
/**
* Display no posts message if none are found.
*/
get_template_part( 'loop/content','none' );
endif;
?>
</div>
</div>
<?php get_template_part( 'inc/content-portfolio', 'load-more' );