diff --git a/category-interviews.php b/category-interviews.php index 4d0ba78..aaa49ca 100644 --- a/category-interviews.php +++ b/category-interviews.php @@ -1,28 +1,26 @@ - 10, // Количество постов для вывода - 'post_type' => 'post', // Тип постов для выборки (например, 'post', 'page', 'custom_post_type') - 'orderby' => 'date', // Сортировка по дате - 'order' => 'DESC', // Направление сортировки (DESC - по убыванию, ASC - по возрастанию) - 'category_name' => get_queried_object()->slug -); -$counter = 0; -query_posts($args); - -?> - - +