$pcats, 'ignore_sticky_posts' => true, 'no_found_rows' => true, 'post__not_in' => array( $post_ID ), 'posts_per_page' => 1, 'post_status' => 'publish'); $the_query = new WP_Query( $args ); if( $the_query->have_posts() ):?>