Читать также

3, 'post_type' => 'post', 'category' => [$cat_1_ID, $cat_2_ID], 'orderby' => 'date', 'order' => 'DESC', 'post__not_in' => [ $post_id ], ); $query = new WP_Query($args); ?> have_posts()) { $query->the_post(); ?>