Posted by admin_mwc on 20 October 2008 8:42 AM in Wordpress Help | 9 Comments
I had to hack the Top Commenters Widget plugin because it was displaying pingbacks and trackbacks in my top commenters list.
The hack is very easy. Simply edit line 147 to be like my code above.… Read more…
Posted by admin_mwc on 8:04 AM in Wordpress Help | 3 Comments
I hacked the Most Commented plugin to make it display only posts with 1 or more comments. I did this because I thought display posts with zero comments in a “most comments” post list was not very smart.
It is really simple. Simply add ” AND comment_count = 1″ on … Read more…