term_id; } $beauty_studio_cat_post_args = array( 'category__in' => $category_ids, 'post__not_in' => array($post_id), 'post_type' => 'post', 'posts_per_page' => $beauty_studio_related_posts_number, 'post_status' => 'publish', 'ignore_sticky_posts' => true ); $beauty_studio_featured_query = new WP_Query( $beauty_studio_cat_post_args ); ?>