correct limit concurs parts

This commit is contained in:
arlemp@selectel.ru
2022-02-17 23:59:00 +03:00
parent fbe69187d2
commit 9f2f3e0805

View File

@@ -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
];