32 Most Useful Worpdress Comments Page Hacks

It really helpful for you and your visitors if your blog have well managed comment space. In which a reader can find various details about past and present comments which can improve the appearance of comments, and add more value to your posts.

This article focuses on organized collection of Most Useful Wanted WordPress Comments Page Hacks which helps you to create a user-friendly interchange between you and your readers.

1. jQuery Reply to Comment

Add “reply” and “quote” features on each comment list. If you have jQuery installed on you blog, this Plugin add two link in each comments list (on single page).

jQuery Reply to Comment

2. How to: Add “del” and “spam” buttons to your comments

Add “reply” and “quote” features on each comment list. If you have jQuery installed on you blog, this Plugin add two link in each comments list (on single page).

“del” and “spam”

3. Provide RSS Feed For Each Post Comments

Most WordPress users don’t know it, but WordPress have a built-in function for providing rss feed for the comments of a specific post.

Provide RSS Feed For Each Post Comments

4. Numbering Your Comments, Pingbacks, Trackbacks

If your blog posts receive lots of comments then it can be really useful for both you and your readers to number it. Jean-Baptiste shows a simple solution to count comments easily and efficiently.

Numbering Your Comments

5. Hack Together a User Contributed Link Feed with WordPress Comments

Collis shows how to built a link feed with just WordPress comments contributed by visitors. This is a cool feature to offer blog users to submit links and to create a public link feed out of it.

User Contributed Link Feed

6. List Most Recent Comments

There’s plugins and widgets that allows you to list recent comments on your WordPress blog. But you know it, I like to avoid using many plugins and enjoy understand how things works. Here’s a nice code to display recent comments on your blog.

List Most Recent Comments

7. Styling Your Wordpress Comments

A fun part of customizing Wordpress themes is designing a comments format which complements the rest of the site.This comment style was part of a very green-and-beige environmental blog which since received a makeover.

Styling Your Wordpress Comments

8. How To Highlight Author Comments

An often-used feature in WordPress blogs is the ability to style comments made by the post’s author differently from the others – helping replies to stand out.

How To Highlight Author Comments

9. Separate TrackBacks From Comments

Let’s face it: When you’re reading comments on a blog post, trackbacks are annoying. It’s way better to display it separately from comments.

Separate TrackBacks From Comments

10. Display your average comments per posts

Displaying the total number of comments on your blog and average number of comments per post can be very helpful, especially if you have a page for advertising opportunities.

Display your average comments per posts

11. Displaying The Allowed Tags

To display the code that visitors are allowed to use in their comments, simply use this little snippet.

Displaying The Allowed Tags

12. Comments RSS link

This can come in handy if you want to give your visitors the opportunity to subscribe to the comment feed for a specific article or blog post.

Comments RSS link

13. Alternating colors for comments

This will give every other comment the class alt, thus making it possible to change their appearance through CSS.

Alternating colors for comments

14. Most Commented Posts

Happy new year! To get started with this new year, what about displaying a list of the 10 most commented posts of 2008 to your readers? That’s obviously a great way to give a second life to your old posts.

Most Commented Posts

15. Full-featured comments.php template for Wordpress

Christian shares his fully featured and well commented comments.php file. This comment.php have lots of hacks already applied which can save a lot of your time.

Full-featured comments.php template for Wordpress

16. Get rid of the nofollow attribute on your Wordpress blog

Wordpress, like many other blog engines, uses the rel=”nofollow” attribute in comments for the so-called fight against spam. If this was a good idea, it is totally ineffective, and in addition, a link with this attribute will not receive any credit by Google when they rank websites.

nofollow

17. Adding Form Validation to WordPress Comments using jQuery

When it comes to simpler user experience, having your form validation happen instantly on the same page is a lot cleaner than reloading pages and possibly losing some form content. In this tutorial I’ll show you how to use jQuery to do some instant checking on an example comment form.

Form Validation

18. Preventing Direct Access To Comments.php

This line of code prevents users from viewing comments.php by accident. This page is meant to be included in a post page, not separately. You could consider this a security measure. Inside the statement, you could insert any message you’d want to be displayed to the person viewing the comments.php file, preferably a die statement.

Preventing Direct Access To Comments.php

19. Subscribe to Comments 2.1

Subscribe to Comments 2.1 is a plugin that allows commenters on your blog to check a box before commenting and get e-mail notification of further comments. It is one of the most popular WordPress plugins out there for the simple reason that it helps foster a community around your blog by encouraging commenters to come back and stay engaged in the dialog.

Subscribe to Comments 2.1

20. Separating Your Author Comments in WordPress

Have you noticed while visiting some of your favorite blogs that many author comments are styled differently to help the authors comments to stand out? This is something that isn’t overly difficult to implement on your WordPress blog, so I decided to write a quick how-to post explaining how you can easily adjust your WordPress theme to display different styles for each author.

Separating Your Author Comments in WordPress

21. Display the Total Number of Comments

In this tutorial we will learn how to show total number of comments at your blog using the $wpdb object.

Display the Total Number of Comments

22. Display the Total Number of Comments Trackbacks

With a little modification, You can display the total number of trackbacks.

Display the Total Number of Comments Trackbacks

22. Use Twitter avatars in comments

Do you enjoy Twitter? I do. So what about displaying Twitter avatars in your comments, instead of gravatars? In this recipe, you’ll learn how to easily integrates Twitter avatars on your comments.

Use Twitter avatars in comments

23. Make Your Own Default Avatar in 5 Minutes

Thousands of blogs show avatars next to their user’s comments. The avatars are a great way to make things more personal and create some variety between the different comments.

Make Your Own Default Avatar in 5 Minutes

23. Paginated Comments

Paginated Comments is a WordPress Plugin ** developed with SEO in mind ** that gives you the ability to break your comments into a number of search engine optimized pages.

Paginated Comments

24. Comment Validation Hack

I use a simple comment validation hack on my site as a first defense against spam. The system uses what’s known as a Turing number, named after the mathematician Alan Turing. If you have ever signed up for an e-mail account at yahoo or gone to e-gold’s website, you know what I’m talking about.

Wordpress: Comment Validation Hack

25. Identify Authors With Gravatars

Since WordPress version 2.5, it is easier to include the Gravatar of a comment author in the comments. WordPress offers a feature that is easy to use and it brings some parameters with.

Identify Authors With Gravatars

26. Styling Individual Posts Using the_ID

How many times have you typed up a post and published it, only to wish that you could style that post just a little differently than the others.

Styling Individual Posts Using the_ID

27. Prevent author impersonation in WordPress comments

This modification to WordPress prevents unregistered comment authors from using the names or email addresses of the registered authors on your site.

Prevent author impersonation in WordPress comments

28. WP Ajax Edit Comments

WP Ajax Edit Comments (for WP 2.5+) allows users and admins to edit comments on a post. Users can edit their own comments for a limited time, while admins can edit all comments.

WP Ajax Edit Comments

29. Get Rid Of Links In Your Comments

As WpRecipes became one of the most popular WordPress related blogs, I had to face the problem of people inserting links in comments. Some links are relevant, but some aren’t at all. here is a solution to say goodbye to links in comments.

Get Rid Of Links In Your Comments

30. Comment Section On Your WordPress Blog

Altought it can be weird in some points because comments are an important part of a blog, I have read many user asking how they can get rid of the “comments” section on their WordPress theme. That’s very easy to do. Just read on.

Comment Section On Your WordPress Blog

31. Disable Commenting On Older Posts

Sometimes, it can be useful to automatically disable commenting on posts older than X days. There’s no built-in function in WordPress to do that, but if you still like to do it, just read this recipe.

Disable Commenting On Older Posts

32. Canonical Links For Comments

Duplicate content is one of the most discussed topics in terms of SEO. Happilly, with the new rel=’canonical’ attribute, you can now reduce risks of duplicate content. Here is how to implement it for your comments pages, on your WordPress blog.

Canonical Links For Comments

Found something missing in this post?

While compiling this stuff on this post, it’s possible that we miss some other wordpress comment hacks. Do not hesitate to share it with us in Comments so that we can add instantly.

Author : Wajid Khan

Wajid Khan is a founder of Themeflash, He is blogging on here since one year with a great article and also he is available for freelancing in Designing and Programming. You can follow me on Twitter

Visit Author's Website | Wajid Khan has posted 199 posts so far.

Like this post? Share it!

  • Diggit
  • Delicious
  • Reddit
  • Stumble Upon
  • RSS Subscribe

Related Posts

User Comments 4 Responses to “32 Most Useful Worpdress Comments Page Hacks”


  1. Barbra Scurley
    September 25

    I don’t know If I said it already but …Excellent site, keep up the good work. I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I’m glad I found your blog. Thanks, :)

    A definite great read….Barbra Scurley

    Reply

Leave a Comment

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>