WordPress Plugin: Similar Posts vs Related Posts
A few days ago I installed Related Posts but I had tough time to get it to work with WordPress 2.1. Eventually I had to give up. Today I found another great plugin called “Similar Post”, installed it, and put the following lines of code into sidebar.php:
<li id="categories">
<h2>Related Posts</h2>
<ul><?php similar_posts(); ?></ul>
</li>
And now it works! So in my opinion, “Similar Posts” is much better than “Related Posts”.
Popularity: 1%


















































