Title: Remove comments section
Last modified: August 30, 2016

---

# Remove comments section

 *  Resolved [Gabita](https://wordpress.org/support/users/gmarvano/)
 * (@gmarvano)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-comments-section-2/)
 * Hi everyone,
 * Does anybody know if it’s possible to remove the Comments Section?
 * thanks!

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-comments-section-2/#post-6333600)
 * Hey there gmarvano,
 * How are you doing today?
 * Regarding posts you should control this from your admin panel in discussion settings
   in Settings -> Discusiion, see screenshot [http://screencast.com/t/VBZBYRVzi](http://screencast.com/t/VBZBYRVzi).
   This will affect the new posts, as for pages and old ones you’ll have to manually
   override that when editing post/page click on the “Screen Options” in the top
   right corner of the screen, then check Discussion and after that make sure to
   uncheck “Allow Comments” in the discussion metabox [http://screencast.com/t/h2X9OnGjld](http://screencast.com/t/h2X9OnGjld).
 * Aside from that and if this doesn’t work you can simply hide it with CSS, to 
   do that please try adding the following CSS code in the style.css file of your
   [child theme](http://codex.wordpress.org/Child_Themes) or add it in your site
   using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       section#comments {
         display: none;
       }
       ```
   
 * This will hide the comment form from your posts and pages.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [Gabita](https://wordpress.org/support/users/gmarvano/)
 * (@gmarvano)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-comments-section-2/#post-6333700)
 * Thanks Bojan!
 * It worked great!
 * Cheers from Sicily,
 * Gabi
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-comments-section-2/#post-6333701)
 * Hey Gabi,
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘Remove comments section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/modern-business/1.2.0/screenshot.
   png)
 * Modern Business
 * [Support Threads](https://wordpress.org/support/theme/modern-business/)
 * [Active Topics](https://wordpress.org/support/theme/modern-business/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/modern-business/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/modern-business/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/remove-comments-section-2/#post-6333701)
 * Status: resolved