File: /home/qirgxuo4hkuv/public_html/volzano.com/wp-content/themes/volzano/home-parts/testimonial.php
<?php
$between = get_template_directory_uri().'/assets/img/myhot-between.png';
$hayber = get_template_directory_uri().'/assets/img/myhot-hayber.png';
?>
<div id="testimonial" class="pd--100-0-40 ntes1">
<img class="animated dots" src="<?php echo $between; ?>">
<img class="icons icon13" src="<?php echo $between; ?>">
<img class="icons icon15" src="<?php echo $between; ?>">
<img class="icons icon155" src="<?php echo $between; ?>">
<div class="container">
<div class="section--title rtl-content ">
<h2 class="h2">Opiniones de compradores</h2>
<div class="fdash titles"></div>
</div>
</div>
<div class="testimonial--slider">
<div class="owl-carousel">
<?php
$args = array( 'post_type' => 'galoanna' );
$loop = new WP_Query( $args );
if ( $loop->have_posts() ) { while ( $loop->have_posts() ) : $loop->the_post();
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'al-page-thumb' );
?>
<div class="testimonial--item rtl-content ">
<div class="tesyes">“</div>
<div class="testimonial--img">
<figure> <img src="<?php echo $image[0]; ?>"> </figure>
</div>
<div class="testimonial--content">
<?php the_excerpt(); ?>
<h3 class="h4"><?php the_title(); ?></h3>
<p class="subtitle">
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
</p>
</div>
</div>
<?php endwhile; } wp_reset_postdata(); ?>
</div>
</div>
</div>