Oct 3, 2012

Easily Add threaded comments to customized blog

Adding Threaded comments tutorial for bloggers who want to add to Threaded comments system to their blog with customized template in easy way.Follow below some simple steps to add this comment system to your blog

1:-First login to blogger then go to Template section > Edit HTML >choose processed > Tick Expand Widget Templates
2:-Then find  <b:include data='post' name='comments'/>
if you find more one time then choose the those who have <b:if cond='data:post.allowComments'> above it
eg. <b:if cond='data:post.allowComments'>
<b:include data='post' name='comments'/>

3:-then Replace that <b:include data='post' name='comments'/> with below code

<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>

4:-Now all done you can Save your template ...

If any problem then comment below ... :)

Subscribe Updates, Its FREE!

0 comments:

Post a Comment

 

Copyright @ 2013 EgyTricks.

Designed by Vikash | EgyTricks