Posts Tagged ‘comments’

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Comment Length Limiter

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...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Advent Calendar- How to disable comments for WordPress pages in any theme

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...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Plugin to Remove Comments Completely from WordPress

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...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Adding Input Fields To Comment Form

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...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Comment Form Hooks Visualized

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...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Use The Comments Of WordPress For More

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...

Pages: 1 2 3 Next