Plugin Name: WP-MostCommentedPosts
Plugin URI: http://ja.rafi.pl/2006/05/01/wp-most-commented-posts/
Plugin Description: WP-MostCommentedPosts plugin by Rafal "RAFi" Krawczyk based on <a href="http://dev.wp-plugins.org/wiki/wp-stats">WP-STATS</a> Statistics Plugin for WordPress written by <a href="http://www.lesterchan.net/">Lester "GaMerZ" Chan</a>.
Version: 0.1
Author: Rafal "RAFi" Krawczyk
Author URI: http://ja.rafi.pl/

---

HOW TO INSTALL?

* Unzip archive into your plugins directory /wp-content/plugins then go to your Wordpress administration menu, and choose Plugins tab then activate the WP-Most Commented Posts plugin
* In your sidebar.php add these lines:

<ul>
<li><h2>Most Commented Posts</h2></li>
<?php get_mostcommented(); ?>
</ul>


* You can change the ammount of displayed posts by editing plugin and changing number in line eleven:

	function get_mostcommented($limit = 10) {

  where limit = 10 means number of posts.
