Sine blogger had started many changes took place and now blogger recently introduced the new threaded style comments.
How to activate the new threaded style comments :
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
How to activate the new threaded style comments :
- Login to blogger dashboard
- And from Settings-->Posts and Comments--> Comment location and select Embedded
- Save the template
- Now go to Settings-->other-->Allow blog feed-->select Custom and--> Per-post comment feed to full
- Thats it the new blogger threaded comments should work
Even then if the new threaded comments style is not working let's do some code work.
- Select template-->edit HTML--> Proceed--> Expand Widgets Templates
- Now find each occurrence the following piece of code
- And replace every occurrence with the following
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
Now save the template , and your blog will now have threaded comments.
You can customize [add css] to get some special effects as shown in demo like [admin comments highlighted] go to tutorial : http://free4uzione.blogspot.in/2012/06/customizing-new-blogger-threaded.html
Post a Comment