=== Most Commented ===Contributors: MtDewVirusTags: comments, popular, rankStable tag: trunkRetrieves a list of the posts with the most comments.== Installation ==1. Upload `most-commented.php` to the `/wp-content/plugins/` directory1. Activate the plugin through the 'Plugins' menu in WordPress1. Place `` in your templates. == Configuration == You may pass parameters when calling the function to configure some of the options. Example: `mdv_most_commented(10, '', '
', true, 30)` The parameters: $no_posts - sets the number of posts to display $before - text to be displayed before the link to the post $after - text to be displayed after the link to the post $show_pass_post - whether or not to display password protected posts $duration - displays comments for recent number of days