I just enabled the “Related Posts” plugin here on Nusuni.com. The plugin allows you to display a group of links to posts that are similar to your current post based on the title and keywords. It appears like this:

The code I use to display it is nice and simple, with some CSS tossed in:
<h2>Related Posts:</h2>
<ul style='margin-left: 15px;margin-bottom: 25px;'><?php related_posts(); ?></ul>
You can download the plugin at the WASABI plugin wiki.
Please subscribe, or else I will cry. Do you really want to make a programmer cry?

Leave a Reply