correct paginator

This commit is contained in:
argoexpert press
2025-07-20 13:59:40 +03:00
parent 4c66dbc08b
commit 6fab76bf4b
2 changed files with 3 additions and 3 deletions

View File

@@ -19,6 +19,6 @@
?>
<?php get_template_part('partials/post-list', null, ['query' => $query]); ?>
</div>
<?php custom_pagination(); ?>
<?php custom_pagination( $query ); ?>
</div>
<?php get_footer(); ?>