????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/testimonials/
Upload File :
Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/testimonials/testimonials-entry.php

<?php
/**
 * Main testimonials entry template part
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// Get counter & increase it
global $tb_count;

// Add classes to the entry
$classes   = array();
$classes[] = 'testimonial-entry';
$classes[] = 'col';
$classes[] = tb_grid_class( tb_testimonials_archive_columns() );
$classes[] = 'col-'. $tb_count; ?>

<article id="#post-<?php the_ID(); ?>" <?php post_class( $classes ); ?>>
	<?php get_template_part( 'partials/testimonials/testimonials-entry-content' ); ?>
	<div class="testimonial-entry-bottom">
		<?php get_template_part( 'partials/testimonials/testimonials-entry-avatar' ); ?>
		<?php get_template_part( 'partials/testimonials/testimonials-entry-meta' ); ?>
	</div><!-- .home-testimonial-entry-bottom -->
</article><!-- .testimonial-entry -->