Title: dont count admin comment
Last modified: August 19, 2016

---

# dont count admin comment

 *  [fluegelchen](https://wordpress.org/support/users/fluegelchen/)
 * (@fluegelchen)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/dont-count-admin-comment/)
 * Hello
 * I’ve been looking and looking for this forever.
    Is there any way for wordpress
   to not count admin comments? Its annoying and faking the statistic that if I 
   have 3 comments and reply to all of them it seems like 6 persons commented – 
   which obviously is wrong.
 * Hope you understand what I mean and maybe there already exists a plugin?
 * Greetings,
    Flügel

Viewing 1 replies (of 1 total)

 *  [xdesi](https://wordpress.org/support/users/xdesi/)
 * (@xdesi)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/dont-count-admin-comment/#post-1310381)
 * How about when looping through your comments you add something like:
 * `if(comment_author() != 'admin') $comment-count ++;`
 * Thus saying if the comment author is not admin we will increase the variable 
   comment-count by 1.
 * Depends though, how and where are you currently outputting the comments?

Viewing 1 replies (of 1 total)

The topic ‘dont count admin comment’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [xdesi](https://wordpress.org/support/users/xdesi/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/dont-count-admin-comment/#post-1310381)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
