[URGEN] Replacing Number Pagination with Next/Prev buttons

Posted in: Newsmag
Post count: 5

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

Post count: 9544

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/

Post count: 6535

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..
Post count: 4

Andrei: Where in WordPress do I go to make this custom change? (Thanks in advance)

Post count: 6535

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..
Post count: 6600

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

Post count: 1

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!

Post count: 6535

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

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.