8, 'post_type' => 'post', 'category__in' => get_theme_mod( 'carousel-categories') ) ); while( $get_featured_posts->have_posts() ):$get_featured_posts->the_post(); $like_count = get_post_meta( get_the_ID(), '_post_like_count', true ); $review_total = get_post_meta( get_the_ID(), 'wp_review_total', true ); if (empty($like_count)) $like_count = '0'; if (function_exists('mts_get_post_reviews')) { $postReviews = mts_get_post_reviews( get_the_ID() ); $userTotal = $postReviews[0]->reviewsAvg; } else { $userTotal = ''; } ?>
  • <?php the_title(); ?>