Posts Tagged ‘comments’

Comment Length Limiter
WordPress Hacks | December 9th, 2011 | by Frank | 5 Comments
If you have used Twitter, then you know that you are only allowed to type 140 characters in a single Tweet. There is a nice little number below the text field indicating how much is... read more...

Advent Calendar- How to disable comments for WordPress pages in any theme
WordPress Plugins | December 2nd, 2011 | by Thomas | 9 Comments
Usually you don’t need comments on pages. Unfortunately, WordPress doesn’t offer a separate option to leave comments on posts on and turn them off for pages. If your theme calls comments_template(); in its page.php and... read more...

Plugin to Remove Comments Completely from WordPress
WordPress Plugins | June 7th, 2011 | by Frank | 16 Comments
The comment feature in WordPress is an essential component of blogs - but not in all cases it's needed, especially if you use it as a traditional CMS. Sure, you can just leave out the... read more...

Adding Input Fields To Comment Form
WordPress Tutorials | May 3rd, 2011 | by Latz | 7 Comments
Most comment forms contain the same input fields: Name, Email, URL and the comment text field. This is sufficient for most use cases but there are situations where you might want to know a bit... read more...

Comment Form Hooks Visualized
WordPress Tutorials | April 27th, 2011 | by Latz | 7 Comments
Most themes (e.g. TwentyTen) use the comment_form() function to insert the comment form after posts. There are quite some hooks inside the function but they are hard to localize. The codex documentation isn't too helpful,... read more...

Use The Comments Of WordPress For More
WordPress Hacks | November 16th, 2010 | by Frank | 3 Comments
You might want to have comments displayed on different spots. For example, displaying the last x comments in a central template. This requires the latest comments or all comments on your site. This is a... read more...

