correct intreview
This commit is contained in:
@@ -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 // Обязательно для пагинации!
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user