This is a beautifull trick for manage blog if you want to remove thread system in blog i give you leatest system for you blog
Replace Carefully ( data:post.showThreadedComments) With the following code
Save Your Template
Success......... Enjoy......BLogger Widgets
Remove Thread Comments Easily in Blogger
- Go to blogger.com
- Open template>edit HTML
- Simple click in code area and press CTRL+F
- Find This Code in Code area
data:post.showThreadedComments
you will found code snippt like this
<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>
Replace Carefully ( data:post.showThreadedComments) With the following code
<b:include data='post' name='comments'/> </b:if> <b:if cond='data:blog.pageType == "item"'> <b:include data='post' name='comments'/> </b:if>
Save Your Template
Success......... Enjoy......
