• Resolved jupiterbug

    (@jupiterbug)


    After updating both WP and Decode now i have a huge leave a comment link on all my posts. How can I hide it?

Viewing 7 replies - 1 through 7 (of 7 total)
  • yes there is a problem about it and finally i solved this problem with “disable comments” by “Samir Shah”. there is much more problems after update ??

    I have also that problem of leave a comment on all my pages
    How / where you can disable comments. I want to hide it
    Thanks
    https://www.memoiredemontbazin.fr/

    You can hide that by disabling comments on your posts. See this article for a step-by-step.

    Hi all,

    @scott

    Sadly, that article you linked on your post does not help at all. I still can see “Leave Comment” despite the fact that I unchecked the box under:

    Settings > Discussions > Allow people to post comments on new articles (These settings may be overridden for individual articles.)

    Thank you!

    Hi amjjawad,

    Scott solution works fine. After Settings>Discussions>Allow… go to your page/post and look for the Screen Options tab at the top/right, open it, check Discussion. At the bottom of your edit page/post you should see two check boxes, uncheck Allow discussion.

    Best,

    If you would like to allow comments but just remove the “leave a comment” link on the main page, then consider adding the following code to your CSS stylesheet:

    /*
    * Hide the "Leave a comment" link on the front page.
    */
    .comments-link {
    display: none;
    }

    If you’re using Jetpack, add this under Appearance > Edit CSS so that your changes persist between theme updates.

    As a general note, it’s my opinion that the “Leave a comment” link doesn’t make much sense for blogs that display excerpts on the main page. There’s not much reason to provide a link to the comment field before the reader has had a chance to read the post. Given that this is a relatively common use-case, it’s surprising that the theme bakes in that link and doesn’t provide a convenient way to remove it without disabling comments entirely, which is fairly extreme.

    Hi guys,

    just commenting on this thread to let you know we’ll be including this feature in our next update.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide "Leave a Comment"’ is closed to new replies.