• Resolved MeganTheDesigner

    (@meganthedesigner)


    Hi,
    I would like to get rid of the “Leave a Reply” section of all my pages, as I’m not making a blog, but just a 4 page portfolio site. I have unchecked all the boxes in the Discussions settings, but am unsure what code I need to change to make this happen.

    This is my site, if it helps: megansimpsondesigns.com

    Any help at all is much appreciated!
    (I am a noob to WP)

    -Megan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Make sure you have that in discussion settings unchecked.

    Also, in each post/page, there is a setting to override that, so if you have that unchecked but on each post/page you have it checked, then the comment thing will still show.

    In post/page editing screen, look below the content editing window, you will see metaboxes that says discussion or comments, if not present, look for a tap over at the top right corner that says “Screen Options”, click on it, and look for discussion setting, the metabox will appear, then make sure you got this to not allow commenting.

    Go to your Jetpack plugin under Custom CSS option and put in this

    #comments { display:none; }

    It will hide comment thing in front end, but the source code if not disabled from the back, will still be there.

    Thread Starter MeganTheDesigner

    (@meganthedesigner)

    Thanks so much! Exactly what I needed.

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting rid of the comment section altogether’ is closed to new replies.