• Hi! I apologize if this has already been discussed. I don’t claim to be vary WordPress-savy BUT I’m looking to remove the ‘Leave a Reply’ option from my blog posts. I *think* I’ve disabled comments for the site but this “reply” section is still around. I’m not sure what it is or how to get rid of it!

    Thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • Hey,

    You just need this bit of code in order to get rid of the leave reply 🙂

    #reply-title {
      display: none;
    }

    Important: Just copy and paste this code into the bottom of your Custom CSS or Child Theme style.css so that you won’t lose your changes once you update your theme in the future. A Child Theme is the safest and best way to go when doing all kinds of modifications.

    Hope this helps!
    -Trey

Viewing 1 replies (of 1 total)
  • The topic ‘Remove 'Leave a Reply' on blog posts?’ is closed to new replies.