Click Here To Join Our New Telegram Channel For Instant Notifications!

How To Remove Blogger Threaded Comments

The comments box is necessary, so why the blogger has comments enable by default and also you can disable it on your choice and blog type. This tutorial about removing comments is adequate and containing a reference article from blogger help.

There are two types of comment in blogger.

  1. Reply to
  2. Non-Reply To.

Article of Reference about Blogger comments management : Here (From Blogger Help)

How Blogger Threaded Comments Removed?

However remove threaded comments in following way. Follow these steps given below.

Step 0. Go To Blogger Dashboard > Template > Edit HTML
Step 1. Now Search ( CTRL + F ) the following code


<b:if cond='data:post.showThreadedComments'>
            <b:include data='post' name='threaded_comments'/>
          <b:else/>
            <b:include data='post' name='comments'/>
          </b:if>
        </b:if>
        <b:if cond='data:blog.pageType == &quot;item&quot;'>
          <b:if cond='data:post.showThreadedComments'>
            <b:include data='post' name='threaded_comments'/>
          <b:else/>
            <b:include data='post' name='comments'/>
          </b:if>
        </b:if>

Step 2. Now remove it (you will discover this code twice and change it out twice) and paste this code instead
<b:include data='post' name='comments'/>
          </b:if>
               <b:if cond='data:blog.pageType == &quot;item&quot;'>
                     <b:include data='post' name='comments'/>
        </b:if>
 
Step 3. Save the Template. Done.

Blogging Tips : Featured gadget is available to add in blogger, use it for highlighting older post.



Last Updated: 15 Jan 2020
Join our Instagram Twitter YouTube Facebook and socialize with us.