term_id ); } $args = array( 'posts_per_page' => 3, 'category' => $cat_list, 'orderby' => 'rand', 'post_type' => 'post', 'post_status' => 'publish', 'suppress_filters' => true ); $related_posts = get_posts( $args ); } if ( ! empty( $related_posts ) ) : ?>