![Remove Threaded Comments in blogger Easily trick remove threaded comments blogger](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIMLPiC_pbwco4QsZAkjo-6sA6lJ0lWArtRfOwtTZCl0C_mE8LyN6giHheB2vsZbEzeAOthOLSyB2i3mD8WTmKLYbPYtEMfeYTn8JFQ16YtXhhcyZ30VJmRFRbmwfu7kSdYWii-1r5v2c/s1600/remove+threaded+comments+netoopsblog.jpg)
I am not going to say too much about Threaded commenting System,because i hope you know about it.
Follow the instructions below carefully.
Before Editing Template,you must Backup your template(How to Backup Template?)
- Go to Design-> Edit HTML
- Tick on Check box Expanded Widget Templates
- Find the code data:post.showThreadedComments easily using ctrl+F
- You will found code snippet 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>
<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 it carefully with the following code [Note: You will find the above code twice,replace it twice]
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
- Save it ,
Cheers..!
0 comments:
Post a Comment