correct logic rfo

This commit is contained in:
argoexpert press
2025-06-18 18:12:37 +03:00
parent 740d2267a3
commit cd0c2b9f97
10 changed files with 269 additions and 35 deletions

View File

@@ -49,6 +49,6 @@ if ($current_category->name !== 'РФО') {
?>
<?php get_template_part('rfo/post-list', null, ['query' => $query]); ?>
</div>
<?php custom_pagination(); ?>
<?php custom_pagination( null, 'pagination pagination__rfo' ); ?>
</div>
<?php get_footer( 'rfo' ); ?>