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?
How to hide comments for certain blogger posts with disqus comment system installed?
- Go to the post editor for the post you want to hide the disqus comments.
- Go to the HTML compose mode.
- Add the following code at the end of the HTML code.
<style>#comments{display:none !important;}</style>
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.
- Find out the id of the comment section.
- Then go to the post editor and switch to HTML view.
- Add the following code at the end of the HTML code.
<style>#id of the comment section{display:none !important;}</style>
Please help us get discovered on Google by clicking on the Google+ recommend button.


