Title: Disable comments
Last modified: August 21, 2016

---

# Disable comments

 *  Resolved [horndrup](https://wordpress.org/support/users/horndrup/)
 * (@horndrup)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/disable-comments-13/)
 * Thank you for this great theme. In the upper right corner I can see the comments
   icon in my posts, how do I remove that. I have disabled everything with comments,
   but I won’t go away.

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

 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/disable-comments-13/#post-4416619)
 * Thanks!
 * In /inc/page-title.php, remove this with a child theme:
 *     ```
       <li class="comments"><a href="<?php comments_link(); ?>"><i class="fa fa-comments-o"></i><?php comments_number( '0', '1', '%' ); ?></a></li>
       ```
   
 * Or use css to hide it:
 *     ```
       .page-title .meta-single li.comments { display: none; }
       ```
   
 *  Thread Starter [horndrup](https://wordpress.org/support/users/horndrup/)
 * (@horndrup)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/disable-comments-13/#post-4416622)
 * That worked. Thanks

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

The topic ‘Disable comments’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [horndrup](https://wordpress.org/support/users/horndrup/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/disable-comments-13/#post-4416622)
 * Status: resolved