'17, 20, 21', 'order' => 'ASC', 'taxonomy' => 'category', 'hide_empty' => false ); $categories = get_categories($arg_cat); $current_term = get_queried_object(); // Получаем ID текущей категории или категорий поста $current_term_ids = []; if (is_single()) { $current_term_ids = wp_get_post_categories($current_term->ID); } elseif (is_category()) { $current_term_ids[] = $current_term->term_id; } $firstElement = array_shift($categories); array_push($categories, $firstElement); ?>