Friday, February 21, 2014

How to remove or delete Blogger comment box from every pages

Step by step tutorial to remove or delete blogger comment box from all of your blogger pages.

1. Go to "Template"





















2. "Edit HTML"














3. Press [CTRL + F] to open search box.









4. Now copy and paste this code </head> to the search box and press "Enter".









5. Paste the Following codes just above the "</head>" section.

<blockquote>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<style>
#comments {
display: none;
}
</style>
</b:if> </blockquote>








6. Click "Save Template" 










Now your comment box will disappear from all of your blogger pages.