How can i add Next/Back Button to my wordpress site?

There are two sets of tags that move the visitor through your WordPress site: posts_nav_link(), which displays both the Previousand Next links, and the combination pair of previous_post() and next_post(), which each display one of the Previous or Nextlinks.

It is often found in a paragraph code or a division like this:

<div class="navigation"><p><?php posts_nav_link(); ?></p></div>
 
what you need is a pagination plugin. I personally use theia post slider. you can also try your theme's built in pagination, you will find it in the editor.
 
Thread Moved
Man, a lot of people use the blogging section for web development questions.
 
Thanks for ur comment
I need next/back button under article

I think this is the most simple built in function of any wordpress theme, but if your theme missed it, you can use "the related post" plugin, no idea whether if that is what you need ....
 
This is really simple but could you please post your blog/ website and then give us more details? Because there is a lot of way to do this!
 
I think this is the most simple built in function of any wordpress theme, but if your theme missed it, you can use "the related post" plugin, no idea whether if that is what you need ....
Please Can u Give me ur skype?
 
Back
Top