Removing "comments" from blog posts

  • Posted in : Read WP
  • Martinelekitz
    Participant

    How do I remove comments on existing blog posts? — I don’t mean just disabling comments through the “settings” and “discussion”.

    I don’t want the “X comments” words appearing on top of my blog posts.

    Mehmet S.
    Keymaster

    Hi, use this in your custom css box:

    – for blog page:

    body.blog .comments-link { display: none; }
    

    – for post page:

    body.single-post .comments-link { display: none; }
    

    Thanks

    Martinelekitz
    Participant

    It worked! Thank you!

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register