$categories_list, 'posts_per_page' => 3, 'post__not_in' => array( get_the_id() ) ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { ?>