HEX
Server: Apache
System: Linux nc-ph-0707-26.instaforreviews.com 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64
User: qirgxuo4hkuv (1004)
PHP: 8.3.27
Disabled: NONE
Upload Files
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>