Post Links Redux

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

  1. Upload post-links-redux.php to the /wp-content/plugins/ directory.
  2. Activate Post Links Redux through the ‘Plugins’ menu in WordPress.
  3. Add (or replace) the template tags in your theme where you would like your links to show up.

Reviews

There are no reviews for this plugin.

Contributors & Developers

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

Contributors

Translate “Post Links Redux” into your language.

Interested in development?

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

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.