<div id="owl-testimonials-boxes-2" class="owl-carousel owl-theme testimonials style-2"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); /** * Get blog posts by blog layout. */ get_template_part( 'loop/content-testimonial', 'carousel' ); endwhile; else : /** * Display no posts message if none are found. */ get_template_part( 'loop/content','none' ); endif; ?> </div>