>
term_id; } $related_query = new WP_Query( array( 'post_type' => 'post', 'category__in' => $terms, 'post__not_in' => array( get_the_ID() ), 'posts_per_page' => 1, ) ); if ( intval( $related_query->found_posts ) > 0 ) : ?>