Post Links Redux
Display text instead of nothing if there isn't a next or previous post for the currently-displayed post. IMPORTANT NOTES >THIS PLUGIN IS NO …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1330 days ago
Is Post Links Redux abandoned?
Possibly abandoned (last update 1330 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
The standard WordPress template tags used for post navigation (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.
You can find the plugin home page (and leave comments) here.
Usage
plr_[next|previous]_post_link(‘format’, ‘link’, ‘in_same_cat’, ‘excluded_categories’)
Example
This would show “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.
Installation
- Upload
post-links-redux.phpto the/wp-content/plugins/directory. - Activate
Post Links Reduxthrough the ‘Plugins’ menu in WordPress. - Add (or replace) the template tags in your theme where you would like your links to show up.
Frequently Asked Questions
Review feed
Screenshots
Changelog
You can always find the most up-to-date information about the plugin here.
Version Date Changes
1.0 2007/09/22 Initial release of plugin.