This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Post Navigation

Description

WP Post Navigation Plugin gives you facility to show Previous and Next Post Links at the Top or Bottom of a Post.
You can set to navigate within category or date wise navigation. You’ve the option to set Post Navigation Bar at Bottom, Top or both Top & Bottom.
You can apply CSS style to Previous and Next Post Links. You can set custom text instead of Next and Previous Post Titles.
You can set custom Image for Next and Previous Post Links.
Manually Place Post Navigation in single.php, just Copy & paste following code anywhere in single.php page under get_header();
<?php echo isset( $WPPostNavigation ) ? $WPPostNavigation->WP_Custom_Post_Navigation():”; ?>
For Help visit: http://sharp-coders.com/wp-post-navigation/

Screenshots

  • Admin Panel Setting
  • WP Post Navigation

Installation

Step 1

  1. Download zip file and Extract it
  2. Upload wp-post-navigation folder to your /wp-content/plugins/ folder.
  3. Go to the ‘Plugins’ page in the menu and activate the plugin.

Step 2

  1. Go to Wodpress Admin Panel > Setting > WP Post Navigation
  2. If you want to apply CSS style to Previous and Next Post Links, then write CSS Code in CSS Code for Links Box.
  3. If you want to apply custom text to Previous and Next posts instead of Post Titles, you can enable the Option Custom Text and Set Previous & Next Post Text.
  4. If you want to use Images for Previous and Next post links instead of text, you can enable Use Images Options and give complete url of the images.

FAQ

Installation Instructions

Step 1

  1. Download zip file and Extract it
  2. Upload wp-post-navigation folder to your /wp-content/plugins/ folder.
  3. Go to the ‘Plugins’ page in the menu and activate the plugin.

Step 2

  1. Go to Wodpress Admin Panel > Setting > WP Post Navigation
  2. If you want to apply CSS style to Previous and Next Post Links, then write CSS Code in CSS Code for Links Box.
  3. If you want to apply custom text to Previous and Next posts instead of Post Titles, you can enable the Option Custom Text and Set Previous & Next Post Text.
  4. If you want to use Images for Previous and Next post links instead of text, you can enable Use Images Options and give complete url of the images.
Which is the good place to show Post Navigation?

In my opinion, at the Bottom of the Content.

Reviews

June 8, 2019
An useful plugin, pure and simple . Do everything out of the box but why no updates? Please update it or make a fork.
November 13, 2017
I love the plugin. It allows my visitors to hit on the next/previous post by clicking on the buttons. However, my only complaint is that, visitors can only go to the next/previous post FROM THE SAME CATEGORY. But what if my visitors wants to browse through the LATEST posts on the homepage? It would be nice to have both! 🙂 I believe this is a Wordpress issue and not a plugin issue. Anyway, I love this reliable plugin nonetheless. Good work Devs! 😀
September 3, 2016
I've been trying to create my own navigation links for category nav and archive nav respectively. This plugin does exactly what I need it to do! Thank you 🙂
September 3, 2016
I think the plugin is working with WP 4.5 (April 2016) though it has not been updated for 2 years. But what I need it for is not working, not available: sort by category. There is no field in the backend to switch from sorting by date to sorting by category. I guess it requires programming abilities, which I do not expect from a plugin. I am not a programmer and like to use WordPress´ CMS. Have to go on searching for another plugin that sorts by category... (weird enough to me that is not in the theme or WP in general as I would think it is useful for everyone in general).
Read all 26 reviews

Contributors & Developers

“WP Post Navigation” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Post Navigation” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

= 1.2.4
* Testet on WordPress 4.7.4

= 1.2.3
* Post Next/Previous position Reseverse option added
* Disable Auto place navigation option is added (You can disable auto and can place navigation manually)
* On updation you’ll not lose your previous settings
* Bugs Fixed

1.2.2

  • Bugs Fixed
  • Position option is removed, by default shows at the bottom
  • Manually Place Post Navigation anywhere in single.php file

1.2.1

  • Bugs Fixed

1.2

  • Compatible with WordPress 3.8
  • Show Post Navigation above the Post Title

1.1

  • Navigate Within Category Option Added

1.0.1

  • Bugs Fixed