Title: remove comments close
Last modified: August 22, 2016

---

# remove comments close

 *  Resolved [stipendioweb](https://wordpress.org/support/users/stipendioweb/)
 * (@stipendioweb)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-comments-close/)
 * how to remove the message “Sorry, comments for this post are close”

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

 *  Anonymous User 13528887
 * (@anonymized-13528887)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-comments-close/#post-5259026)
 * 1. Login to dashboard.
    2. appearance => Theme options 3. Posts Settings=> Enable
   Comments Close Notice 4. Select “Disable” and hit save button.
 *  Thread Starter [stipendioweb](https://wordpress.org/support/users/stipendioweb/)
 * (@stipendioweb)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-comments-close/#post-5259092)
 * Thanks, but I want to remove them pages only,
 * not in the post
 *  [Kye](https://wordpress.org/support/users/gmax21/)
 * (@gmax21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-comments-close/#post-5259104)
 * Hey there,
 * You could create a child theme, edit the the page.php and remove the following
   one line 34:
 *     ```
       <?php comments_template(); ?>
       ```
   
 * If you don’t know about child themes you can read up here:
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   
   [http://premium.wpmudev.org/blog/create-wordpress-child-theme/](http://premium.wpmudev.org/blog/create-wordpress-child-theme/)
 * Another option is to just use CSS which can hide it:
 *     ```
       #commentpost{display:none;}
       ```
   
 * This could be done through a plugin like:
 * [http://wordpress.org/plugins/imporved-simpler-css/screenshots/](http://wordpress.org/plugins/imporved-simpler-css/screenshots/)
 * Hope this helps, take care! 🙂
 *  Thread Starter [stipendioweb](https://wordpress.org/support/users/stipendioweb/)
 * (@stipendioweb)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-comments-close/#post-5259147)
 * thank you all,
 * but I would like to remove only allows comments from static pages
 * and leave them in posts
 *  [Kye](https://wordpress.org/support/users/gmax21/)
 * (@gmax21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-comments-close/#post-5259163)
 * Ya, so did you try what I suggested and create a child theme you can edit the
   page.php file. This will only remove it from pages then.
 * If you want the other option of CSS it should be this:
 *     ```
       .page #commentpost {display:none;}
       ```
   
 * Take care.
 *  Thread Starter [stipendioweb](https://wordpress.org/support/users/stipendioweb/)
 * (@stipendioweb)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-comments-close/#post-5259185)
 * It works with the option CSS
    Thank You
 *  [islander123](https://wordpress.org/support/users/islander123/)
 * (@islander123)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-close/#post-5259334)
 * I want to remove all the comments box (including things like Subscribe to comments
   feed links) from pages and posts. So would it be ok to add this line on dashboard
   to Custom css?
 * #commentpost{display:none;}
 *  [islander123](https://wordpress.org/support/users/islander123/)
 * (@islander123)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-close/#post-5259335)
 * well, yes it was…

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

The topic ‘remove comments close’ is closed to new replies.

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

 * 8 replies
 * 4 participants
 * Last reply from: [islander123](https://wordpress.org/support/users/islander123/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-close/#post-5259335)
 * Status: resolved