term_id; } $args = array( 'tag__in' => $tag_ids, 'post__not_in' => array( $post->ID ), 'posts_per_page' => 4, 'ignore_sticky_post' => 1, ); $related = new WP_Query( $args ); if ( $related->have_posts() ) : ?>