>

'ids')); $bm_post_args = array('post_type' => 'post', 'tax_query' => array( array( 'taxonomy' => 'category', 'field' => 'id', 'terms' => $bm_post_cats, ), ), 'posts_per_page' => 3, 'post__not_in' => array( $BMCurrentPID ), ); $bm_post_query = new WP_Query( $bm_post_args ); if ( $bm_post_query->have_posts() ) : ?>