Title: Private Comments
Last modified: August 20, 2016

---

# Private Comments

 *  [Jatinder Pal Singh](https://wordpress.org/support/users/j_p_s/)
 * (@j_p_s)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/private-comments-3/)
 * Is there any way to make comments private. It should be shown to either to admins
   or to the registered users who have made that comment.
    Can somebody guide me
   how to achieve this task?

Viewing 1 replies (of 1 total)

 *  [shadez](https://wordpress.org/support/users/shadez/)
 * (@shadez)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/private-comments-3/#post-3337311)
 * try:
 *     ```
       if ( current_user_can('read') )
       comments_template( '', true );
       ```
   
 * this fn supports roles.. but WP suggests not using it. your call.. 😉

Viewing 1 replies (of 1 total)

The topic ‘Private Comments’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [private](https://wordpress.org/support/topic-tag/private/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [shadez](https://wordpress.org/support/users/shadez/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/private-comments-3/#post-3337311)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
