ID ); if ( $tags ) { $tag_ids = array(); foreach ( $tags as $individual_tag ) $tag_ids[] = $individual_tag->term_id; $args = array( 'tag__in' => $tag_ids, 'post__not_in' => array( $post->ID ), 'showposts' => 6, // Number of related posts that will be shown. 'ignore_sticky_posts' => 1 ); $my_query = new wp_query( $args ); if ( $my_query->have_posts() ) { while ( $my_query->have_posts() ) { $my_query->the_post(); $review_total = get_post_meta( get_the_ID(), 'wp_review_total', true ); ?>
  • <?php the_title_attribute(); ?>