• On blog pages, I would like to remove comments/leave a reply box. Is there a way to do this please? I’ve just downloaded the free version and having a play with it. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @tiameg,

    From your site’s dashboard, go to Settings menu > Discussion > Default post settings > uncheck the option that reads “Allow people to submit comments on new posts”. To disable comments for older posts, uncheck Allow comments option on each post’s Discussion settings.

    Adding, you may try using a plugin for more easier option.

    Hope this reply helps.

    Thread Starter tiameg

    (@tiameg)

    Hi thank you. It doesn’t remove the comment box from the post though, I would like it not to show? Thanks

    Hi @tiameg,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .comments-area {
      display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove comments/leave a reply box?’ is closed to new replies.