A simple 'related posts' plugin that lets you choose the related posts yourself instead of generating the list automatically.
A simple 'related posts' plugin that lets you choose the related posts yourself instead of generating the list automatically. Supports any post types in WordPress, including custom ones.
Features:
I wrote the plugin because I wanted to have the option to add related posts to each blog post using a simple but functional plugin without a lot of junk. Unlike other 'related posts' plugins that use algorithms to automatically generate a list of posts, I wanted to be able to select the related posts myself.
The plugin targets small and medium sized blogs. On blogs with lots of posts (500+) it might not be very comfortable to choose the posts via select box.
You can contribute improvements to this plugin by forking it on GitHub.
To display the related posts, simply add the following line in your template, inside the WordPress loop.
<?php echo $related->show(get_the_ID()); ?>
For advanced options, see the installation docs.
Requires: 2.9 or higher
Compatible up to: 3.2.1
Last Updated: 2011-9-21
Downloads: 7,486




