File: /home/hzaluminio/www/wp-content/themes/gaze/loop/loop-portfolio-carousel.php
<div class="row">
<div id="works-slider" class="flickity-slider-wrap items-4 mfp-hover" data-autoplay="true" data-arrows="true" data-slidedots="false">
<?php
if ( have_posts() ) : while ( have_posts() ) : the_post();
/**
* Get blog posts by blog layout.
*/
get_template_part( 'loop/content-portfolio', 'carousel' );
endwhile;
else :
/**
* Display no posts message if none are found.
*/
get_template_part( 'loop/content','none' );
endif;
?>
</div>
</div>