How to remove blogger threaded comments

The blog offers the two types of comment system. One system is simple while another is the threaded comment system. In threaded comment system you can reply to two levels. You can also remove this threaded comment system very easily. Here today you will lean step by step to “How to remove blogger threaded comments”

How to remove blogger threaded comments


How to remove blogger threaded comments (with reply option)

STEP 1:

First of all make the backup up of your blog. This is necessary so if we make any mistake during removal of threaded comments, we can upload the saved template again.
  • Go to blogger dashboard
  • select your blog
  • go to Template
  • on the right click on Restore/backup
  • download and save your blog’s backup 


STEP 2:

  • Now go Template
  • click on Edit Template

How to remove blogger threaded comments

Click in template area and press CTRL+F, a search box will open.

How to remove blogger threaded comments
STEP 3:

By the search box, Search the first line of the below given code, or search the complete code given below
<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> 

You will find this code 2 times (twice)

STEP 4:

You found the above code two times, Replace/remove that above given code with the below given code twice

<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 5:

Click on “Save Template” button. Congratulations! That’s all, you have done.

Closing Words by Admin

So friends this is all about “How to remove blogger threaded comments” .hope it will completely work for you. Keep commenting. Happy blogging!

1 comments:

  1. hello can you tell me how to make the header and footer full width???

    ReplyDelete

We are happy to see your comments on our blog! But if you do spam in comments then we have rights to delete it permanently. Let us make good conversation.