Hi,
I am using pagination on my wordpress posts but the numbers can be confusing to some of my visitors. I want to know if there is a way to Use Prev and Next buttons instead of using < 1 2 3 > format for pagination on wordpress posts?
Please I need help.
Thank you
I think that’s a built in feature of WordPress. Might be a plugin to over-ride that.
One possible solution
https://shellcreeper.com/how-to-add-next-page-or-page-break-button-in-wordpress-editor/
Hi
That task require custom modification, here you can modify post pagination if you need this: http://screencast.com/t/3TkSmZymS as we can not provide custom work, sorry. You can find more details here: https://codex.wordpress.org/Function_Reference/wp_link_pages
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi
I am not sure what you mean but if you’re referring at the post pagination you can modify it like I suggested above in td_module_single_base.php file: http://screencast.com/t/3TkSmZymS or you can try to find a plugin for post pagination.
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi n33ss,
Please try this to use next/prev pagination on posts by adding this parameter: 'next_or_number' => 'next', here: http://screencast.com/t/hkqJljKyxr3 and remove this code: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5
Thanks
Hi Lucian,
Thanks for the help! How would you go about centering those buttons? http://screencast.com/t/8THEIGR5
In that screen shot, they are currently left aligned.
Thanks!
Hi
Try this custom css in theme panel > custom css:
.page-nav-post{
margin-left: auto;
margin-right: auto;
display: table;
}
The result should be like here http://screencast.com/t/hEu9ss3JL8a