// Post Links Redux

This plugin was born out of a necessity for a custom theme I was working on. For this particular theme, I needed to show text in the next and previous post navigation bar even if there wasn’t a next or previous post for the one you’re currently viewing. The standard WordPress template tags you would use in this case (next_post(), previous_post(), next_post_link(), and previous_post_link()) don’t offer this functionality, leaving you with nothing returned if there isn’t a post. This plugin changes that.

NOTE!!! This plugin only works (without a hack in your template) on single post pages.

Download: Post Links Redux

Plugin Notes:
Changelog:

ver. 1.0 – Initial Release, January 04, 2008
Initial release.

Installation:
Upload post-links-redux.php to your wp-content/plugins directory.

Upgrades:
Disable plugin in Admin panel. Upload new post-links-redux.php, overwriting the original.

Use:
After installing/upgrading, enable the plugin via the Plugins tab.

Example

<?php plr_next_post(); ?>

This would show “next post: Next Post Title” as a link if there was a post that came after the currently-viewed post, or “next post:” as plain text if the current post is the most recent.

Parameters
This plugin uses the same parameters and format as the next_post and previous_post WordPress functions. For more info on these functions, please visit the codex.

Troubleshooting:
If for some reason you run into trouble, please don’t hesitate to email me or post a comment on this page.

Discussion

One comment for “Post Links Redux”

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

  1. hi i ‘m having problem with next and previous link for my home page i tried may ways to fix that problem but i couldn’t and i also tried your plugin and also didn’t work ?i also checked the index.php and i didn’t find my next and previous link ? like it’s missing! if you please help me to solve this problem thx alot

    my theme is mind-break
    wordpress 2.3.3

    Posted by mohamad | March 29, 2008, 5:29 am

Post a comment