Google sitemap generator list
Popularity: 2%
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: 2%
Now, any time you visit a page with Drupal hard-coded content, it will be added into your language set database.
Once you have visited a page that you wish to change the content:
Popularity: 1%