Archived topic
Remove default pagination
3 replies · Started by Eroan on November 5, 2020
Hi, I want a special pagination with more links.
With the help of Elements, I hooked in the right place (generate_after_main_content) to display my custom pagination :
<nav id="nav-below" class="paging-navigation">
<span class="screen-reader-text">Navigation des articles</span>
<?php the_posts_pagination( array(
'mid_size' => 5
) ); ?>
</nav>
Now I wand to disable the default theme pagination, what is the correct remove_action() to use for that ?
If there is a simple way to change mid_size on the default pagination that would even be better...
Thanks.
Hi there,
Is this what you are looking for?
https://docs.generatepress.com/article/generate_pagination_mid_size/
Let me know :)
I'm ashamed, this is exactly what I was looking for.
Will definitely look closer in docs next time.
Thanks for your amazing job.
No need to be ashamed! This is what we are here for :)