From cbe6f0b3c42d27724dcdca7df8d8363c2a96a8d4 Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Fri, 20 Jun 2025 09:32:24 +0300 Subject: [PATCH] correct tag.php --- inc/special.php | 4 ++++ rfo/category-end.php | 2 +- tag.php | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) 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); ?>