Title: User Comment Count
Last modified: August 19, 2016

---

# User Comment Count

 *  [JobTask](https://wordpress.org/support/users/jobtask/)
 * (@jobtask)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/user-comment-count/)
 * Hi, I really needed some help on where exactly to post this information. I am
   wanting to post the comment count of each user next to their name. I found a 
   site where it stated to put this in the functions.php section:
 * function commentCount() {
    global $wpdb; $count = $wpdb->get_var(‘SELECT COUNT(
   comment_ID) FROM ‘ . $wpdb->comments. ‘ WHERE comment_author_email = “‘ . get_comment_author_email().‘”‘);
   echo $count . ‘ comments’; }
 * And then to call the functions in the comment section next to the nickname.. 
   which I have no idea what that mean:
 * <?php commentCount(); ?>
 * I have tried putting the code in the functions.php but it gives me an error and
   the entire code is visible in the top portion of my site. I’m not sure if this
   is the right code or if I’m doing something wrong, if this code should be replacing
   existing code.. or what???? Any info would be greatly appreciated.
 * Here is the site I found the information: [http://design.sparklette.net/teaches/how-to-display-user-comment-count-in-wordpress-without-a-plugin/](http://design.sparklette.net/teaches/how-to-display-user-comment-count-in-wordpress-without-a-plugin/)

Viewing 1 replies (of 1 total)

 *  [Jam Viet](https://wordpress.org/support/users/mcjambi/)
 * (@mcjambi)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/user-comment-count/#post-1983186)
 * thanks ! i am from [mua sam vui](http://muasamvui.com) and apply this code is
   great !

Viewing 1 replies (of 1 total)

The topic ‘User Comment Count’ is closed to new replies.

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [count](https://wordpress.org/support/topic-tag/count/)
 * [user](https://wordpress.org/support/topic-tag/user/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jam Viet](https://wordpress.org/support/users/mcjambi/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/user-comment-count/#post-1983186)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
