diff --git a/inc/special.php b/inc/special.php index 8520bd4..f055742 100644 --- a/inc/special.php +++ b/inc/special.php @@ -1,6 +1,10 @@ - +
- +
- +

name ?>

@@ -13,7 +13,7 @@ 'post_type' => 'post', 'posts_per_page' => 13, 'paged' => $paged, - 'category__in' => get_queried_object_id() + 'tag_id' => get_queried_object_id() // Изменили category__in на tag_id ); $query = new WP_Query($args); ?>