correct intreview

This commit is contained in:
argoexpert press
2025-06-02 10:41:32 +03:00
parent 8596dd84bb
commit 189b7822df
4 changed files with 18 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ $args = [
'post_type' => 'post',
'post_status' => 'publish',
'paged' => $paged,
'posts_per_page' => get_option('posts_per_page'),
'posts_per_page' => 13,
'ignore_sticky_posts' => true,
'no_found_rows' => false // Обязательно для пагинации!
];