Title: Hide comments for anonymous users
Last modified: August 18, 2016

---

# Hide comments for anonymous users

 *  [siert](https://wordpress.org/support/users/siert/)
 * (@siert)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/hide-comments-for-anonymous-users/)
 * Is there a way to hide discussions/comments for anonymous visitors?
 * I only want registered & logged in users to be able to read discussions/comments,
   but couldn’t find options and plugins…

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/hide-comments-for-anonymous-users/#post-644073)
 * Look harder under your options > general.
 *  Thread Starter [siert](https://wordpress.org/support/users/siert/)
 * (@siert)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/hide-comments-for-anonymous-users/#post-644281)
 * That’s only for posting comments… Anonymous users can still read comments, even
   if that option is turned on.
 *  [davidem](https://wordpress.org/support/users/davidem/)
 * (@davidem)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/hide-comments-for-anonymous-users/#post-644548)
 * Any news on this? ‘Cause I kinda need this option as well 🙂
 *  [pinoyca](https://wordpress.org/support/users/pinoyca/)
 * (@pinoyca)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/hide-comments-for-anonymous-users/#post-644549)
 *     ```
       if (is_user_logged_in())
       	comments_template();
       else
       	echo "You can see comments when you have signed in.";
       ```
   
 * [http://codex.wordpress.org/Function_Reference/is_user_logged_in](http://codex.wordpress.org/Function_Reference/is_user_logged_in)
 * Send me an ecard if this helps. 🙂
 *  [davidem](https://wordpress.org/support/users/davidem/)
 * (@davidem)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/hide-comments-for-anonymous-users/#post-644551)
 * It helped 🙂 e-card is on the way…

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hide comments for anonymous users’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [davidem](https://wordpress.org/support/users/davidem/)
 * Last activity: [18 years, 2 months ago](https://wordpress.org/support/topic/hide-comments-for-anonymous-users/#post-644551)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
