correct concurs limit
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
get_header();
|
||||
$nn = 0;
|
||||
$ids = [];
|
||||
@@ -23,7 +24,8 @@ $current_cat_id = $category->term_id;
|
||||
|
||||
$part_args = [
|
||||
'category__in' => $current_cat_id,
|
||||
'posts_per_page' => 22
|
||||
'posts_per_page' => 4,
|
||||
'paged' => $paged
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user