
- Recommended: How To Reduce Bounce Rate Of Your Blog - Quick Tips
Hiding The comments and comment form from Blogger blogs
Step 1. Go to blogger.com and login
Step 2. Select your desired blog and go to its Template section
Step 3. Click on Edit HTML button and click anywhere in coding box.
Step 4. Press Ctrl + F for finding ]></b:skin> tag.
Step 5. Copy below coding and just above ]></b:skin> paste it.
#comments {
display: none!important;
}
Step 6. After all above work now click on Save Template button.
- Note: Your published comments are saved in your blogger account. You can also recover them anytime you want.
How To: Recover hided comments in Blogger ?
In any case you want to recover comments and commenting form on your blog then simply remove above CSS (style sheet) coding, as you add it.
So This was a alternative way to hide commenting system and comments from blogger blogs.
Another easy to Do Method
Just go to your blog's "Settings" option and navigate to "Posts and Comments" than click on Embedded button as you can see in below image. Now click on Hide button and that's it.
So This was a alternative way to hide commenting system and comments from blogger blogs.
Final Words
This is totally a newbie guide and I hope you like it. After all I am a human therefore if you got a problem then tell us via comments form below. Also give us a review of our commenting system.