Post pagination

Posted in: Newsmag
Post count: 11

I see this article from documentation and all work as describe.

My question: how difficult is to add the “next” ans “previous” buttons?

Thank you,
Vitor

Post count: 9544

You know, I’ve never gotten that to quite work right on any wordpress site the past decade.

What we ended up doing, as annoying as it is, is manually adding the links to bottom of each post section, such as linking to page 2 page 3, etc.

This way you know it will always work, regardless of theme or shortcode. Kind of a pain, but it works.

Might be plugin for that but haven’t seen one.

Post count: 6600

Hi,


@foiovitor

You can try this: http://screencast.com/t/ei8zKnWQ
The wp_link_pages() function is used to build the pagination, you can find more info about it here: http://codex.wordpress.org/Function_Reference/wp_link_pages
Hope this helps!

Thanks

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