term_id; $category_name[] = $category->slug; } $bloge_plus_cat_post_args = array( 'category__in' => $category_ids, 'post__not_in' => array($post_id), 'post_type' => 'post', 'posts_per_page' => 2, 'post_status' => 'publish', 'ignore_sticky_posts' => true ); $bloge_plus_featured_query = new WP_Query($bloge_plus_cat_post_args); ?>