Archived topic
replacing numbered pagination with next/previous
3 replies · Started by Jon on September 17, 2019
Hi! Love the theme and so glad to be using it. Very clean, very easy to use.
Question around pagination. I have a Post with multiple <! --nextpage --> values, so it paginates a single post. However it leads to 1 2 3 4 5 6 .. 15 for pagination.
I researched it in the forum here, but haven't found a solution.
How would I replace the numbered pagination, to use next/previous instead?
I found the solution.
I copied content-single.php over to my child theme, and then added
'next_or_number' => 'next'
to the array for printing out the paginated pages.
Glad you found the solution! Thanks for sharing it here :)
You can also add a hook after content with your code so that you have numbers and also prev and next ;)