add next page frontpage

This commit is contained in:
2024-08-13 18:34:49 +03:00
parent 85c2625635
commit 92e1eef21e
3 changed files with 35 additions and 12 deletions

View File

@@ -17,6 +17,7 @@
$query = new WP_Query($args);
?>
<?php get_template_part('partials/post-list', null, ['large_first_image' => false, 'query' => $query]); ?>
<div class="frontpage-next"><a href="https://agroexpert.press/category/all-events/page/2/">Еще новости</a></div>
</div>
</div>
<?php get_footer(); ?>