Comments

term_id; $args = array( 'cat' => $cat_content_id, 'post__not_in' => array( get_the_ID() ), 'orderby' => 'rand', 'posts_per_page' => 3, ); $query = new WP_Query( $args ); if ( $query->have_posts() ) : ?>