add new limit post in front and categrory

This commit is contained in:
argoexpert press
2025-07-17 00:47:54 +03:00
parent 5113bef6d8
commit 4c66dbc08b
3 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
$paged = (get_query_var('paged')) ? absint(get_query_var('paged')) : 1;
$args = array(
'post_type' => 'post',
'posts_per_page' => 13,
'posts_per_page' => 15,
'paged' => $paged,
'category__in' => get_queried_object_id()
);