Popular Posts
WTF provides you with a simple way to show the popular posts on your Wordpress site. The popularity calculation is simply based on how many comments a post has. All you have to do to show your popular posts is add the following code anywhere in you site:
<?php if(function_exists('wtf_popular_posts')) wtf_popular_posts(); ?>
This will output an un-ordered list of posts on your page.
Advanced
This method can take one argument:
wtf_popular_posts($showposts);
- $showposts
- Default – 5
- Description – How many posts do you want to list. Any numeric value.

