Remove Threaded Comment
- Log onto Blogger Dashboard >> Template> Edit HTML : and check "Expand Widget Templates" (back up your template)
- Search (CTRL + F) for 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 == "item"'>
<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>
- Remove it (you'll find this code twice and you've to replace it twice) and paste this code instead of.
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
That's it.You're all done.Now just take a look on your comment system.All comments are highly apppreciated.
|
Articles You May Like |
I actually like threaded comments but this is very helpful especially to those looking for a solution to stop it. :)
ReplyDeleteYup I also do love this threaded comment system,but this is for those who doesn't.
DeleteI'm loving the threaded comments :) Great tip for those who wants to get rid of it though :)
ReplyDeleteSame here. I like threaded comments, too. :)
ReplyDeleteYou're really good in HTML customization. Thanks for the tips. Really helpful :)
ReplyDeleteThanks for sharing the code! I might use this someday :) For reference.
ReplyDeleteThanks for this tutorial..this is what i've been looking for..gonna try it now :)
ReplyDelete