term_id; } $related_query = new WP_Query(array( 'category__in' => $category_ids, 'post__not_in' => array(get_the_ID()), 'posts_per_page' => 3, 'orderby' => 'rand' )); if ($related_query->have_posts()) : ?>