How To Hide Comments For Certain Blogger Posts (Including 3rd party comment systems)

   Share it:
Blogger has cool features that wordpress doesn't have. I have already blogged on the top 5 blogger tricks but today I am going to show you another blogger trick that becomes handy at certain times. Comments are are must have widgets in order to get a feedback for the post that you have return. They also becomes the part for discussions. A user can easily interact with the admin through the comments therefore it is not advised to remove the comment section from blogger. However you can hide the comments for certain blogger posts.

How to hide comments for certain posts in blogger's default comment system?

  1. Go to the post editor for the post you want to hide the comment section.
  2. Click the options in the post settings.
  3. Choose Don't allow,hide existing option to hide the entire comment section for that particular post.
    How to hide comments in blogger's default comment system?

How to hide comments for certain blogger posts with disqus comment system installed?

  1. Go to the post editor for the post you want to hide the disqus comments.
  2. Go to the HTML compose mode.
  3. Add the following code at the end of the HTML code.
<style>#comments{display:none !important;}</style>
How to hide comments for certain blogger posts with disqus comment system installed?

For any other comment systems..

If you are using any of the other comment systems then follow these steps to hide comments for certain posts.
  1. Find out the id of the comment section.
  2. Then go to the post editor and switch to HTML view.
  3. Add the following code at the end of the HTML code.
  4. <style>#id of the comment section{display:none !important;}</style>
If you can't find the id of the comment section don't worry because we can help you. Just live us a comment with the link to a page containing that comment system. We will try to solve your problems as soon as we can.
Please help us get discovered on Google by clicking on the Google+ recommend button.