• Resolved kvri82588

    (@kvri82588)


    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)
  • 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.

    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 or add it in your site using the following plugin:

    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.