File: /home/hzaluminio/www/sair/(FORA)wp-content (forA)/themes/gaze/loop/content-testimonial-carousel.php
<div id="testimonial-<?php the_ID(); ?>" <?php post_class( 'item' ); ?>>
<div class="testimonial">
<div class="testimonial-box">
<p class="testimonial-text"><?php echo get_the_content(); ?></p>
<div class="testimonial-author clearfix">
<?php
the_post_thumbnail( 'thumbnail' );
the_title( '<span class="testimonial-name">', '</span><span>'. esc_html( get_post_meta( $post->ID, '_ebor_the_job_title', 1 ) ) .'</span>' );
?>
</div>
</div>
</div>
</div>