id="post-" itemscope="" itemtype="http://schema.org/Review">
ID, get_post_meta( $post->ID, true )); ?>
: current_rating; ?> ( count; ?> )
'
', 'link_before' => '
', 'link_after' => '' ) ); ?>
term_id;
}
}
$arg_tag = array('tag__in' => $jellywp_tags, 'showposts' => 6, 'post__not_in' => array($post_id));
$post_query = null;
$post_query = new WP_Query($arg_tag);
$post_count = 0;
while ($post_query->have_posts()) {
$post_query->the_post();
$post_id = get_the_ID();
?>