"If you can get along with everyone and everyone loves you, then you don't stand for much. A person who stands his ground for his principles and won't compromise his integrity is not loved by everyone."
- Larry Winget
Image via CrunchBase
There are a couple of WordPress Comments enhancements in the market. However, I am not rushing to install …
Tagged As: automattic, comments, Disqus, IntenseDebate, js-kit, WordPress
This post is an update to my previous post on “My Favourite WordPress Plugins for 2008“. I actively use these plugins on my WordPress sites. If you know of better alternative plugins, please leave a comment and let me know about it. I am researching Twitter WordPress plugins to …
Tagged As: Akismet, captcha, comments, FeedBurner, Plugins, RSS, Search Engine Optimization, WordPress, wordpress plugins
I had to hack the Top Commenters Widget plugin because it was displaying pingbacks and trackbacks in my top commenters list.
$sql .= “WHERE comment_approved = ‘1′ AND comment_type = ” AND comment_author != ””;
The hack is very easy. Simply edit line 147 to be like my code above.
Tagged As: comments, top commenters, widget, WordPress, wordpress hack
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.
$request .= ” WHERE post_type = ‘post’ AND post_status = ‘publish’ …
Tagged As: comments, most comments, WordPress, wordpress hack