From 9f2f3e0805c18799311fadba15fb062bb59969ad Mon Sep 17 00:00:00 2001 From: "arlemp@selectel.ru" Date: Thu, 17 Feb 2022 23:59:00 +0300 Subject: [PATCH] correct limit concurs parts --- category-5121.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/category-5121.php b/category-5121.php index 7fe2e08..b336551 100644 --- a/category-5121.php +++ b/category-5121.php @@ -24,7 +24,7 @@ $current_cat_id = $category->term_id; $part_args = [ 'category__in' => $current_cat_id, - 'posts_per_page' => 4, + 'posts_per_page' => 23, 'paged' => $paged ];