????
| Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/loop/ |
| Current File : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/loop/loop-testimonials.php |
<?php
/**
* Main Loop : Testimonials
*
* @package Wanderfuls WordPress theme
* @subpackage Partials
* @version 3.0.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// Add to counter
global $tb_count;
$tb_count++;
// Include template part
get_template_part( 'partials/testimonials/testimonials-entry' );
// Clear Counter
if ( tb_testimonials_archive_columns() == $tb_count ) {
$tb_count=0;
}