ID); if ($tags) { $first_tag = $tags[0]->term_id; $args = array( 'tag__in' => array($first_tag), 'post__not_in' => array($post->ID), 'posts_per_page' => 3, 'ignore_sticky_posts' => 1 ); $my_query = new WP_Query($args); if ($my_query->have_posts()) { ?>

have_posts()) : $my_query->the_post(); ?>
>