Title: Remove Commentsection
Last modified: August 30, 2016

---

# Remove Commentsection

 *  Resolved [kvri82588](https://wordpress.org/support/users/kvri82588/)
 * (@kvri82588)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-commentsection/)
 * Hello!
 * I want to remove the Section where it says ‘Leave a Reply Logged in as alex3982.
   Log out?’. I basically don’t need comments at all, I just wanna tell a story 
   with videos and images via Aesop. How do I do this?
    Thank you for reading!
 * Alex

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-commentsection/#post-6371827)
 * Hey there,
 * How are you doing today?
 * Allowing comments option can be found in Settings -> Discussion in your admin
   panel.
 * For specific page and older posts you should be able to do this by editing that
   page/post in your admin area. To do that go to Pages -> Edit page and click on
   the “Screen Options” in the top right corner of the screen and then check “discussion”.
 * Once you do that additional meta box will appear which will allow you uncheck
   the use of comments on that specific page, see screenshot [http://screencast.com/t/t0zKguhVb](http://screencast.com/t/t0zKguhVb).
 * You can also remove comment from with CSS from your site by 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)
 *     ```
       div#comments {
           display: none;
       }
       ```
   
 * Hope this helps 🙂
 * Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Remove Commentsection’ is closed to new replies.

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

## Tags

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

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