Thursday 23 May 2013

How to - Turn off Comments on Blogger?

Posted by Arun Kumar Choppara On 14:15 | 1 comment
If we do not want to display comments on blogger for some time (say for a week) and then we want to again display the comments on blogger. Deleting all the comments from all the posts and pages of the blog could successfully delete all the comments but we can't get the deleted comments back on to the blog after some time when we want them to be displayed. so its always better to hide and unhide comments on blogger using a simple CSS code.

Let us see the process of hiding comments on Blogger.


1. Go to: Dashboard -> Template -> Edit HTML



2. Search for the below code
]]></b:skin>

3. Paste the below code just above ]]></b:skin>

#comments {
display: none!important;
}

4.  Save the Template and View blog to see the changes.

By adding the above code to the blog template, it would hide all the published comments along with the comment box from blogger.

However, to get the comments back on to the blogger (i.e. to unhide comments) at anytime just remove the added CSS code from the template code.


If you like the post, take a couple of minutes to comment and share.
Your comments are most valuable and would help me come up with better posts.

1 comment:

  1. I was reading some of your content on this website and I conceive this internet site is really informative ! Keep on putting up. seo

    ReplyDelete

ABOUT ME

Founder & Author: Hi Friends, my name is Arun Kumar Choppara. I am a Software Engineer by profession and a passionate blogger. I have started blogging as a hobby and now addicted to it.
...Read More

Labels