How To Enable Threaded Comments In Customized Blogger Templates - Helper Blogger

Blogger Widgets | Templates | Tutorials

Latest

Monday 30 January 2012

How To Enable Threaded Comments In Customized Blogger Templates





Blogger Threaded Comments. Finnaly Blogger has launched new threaded comments. Threaded commenting should make it easier for you to respond to individual comments. Blogger threaded comment system is only two levels deep, meaning you can only reply to original comments, and not to comment replies . But I guess it’s a good start. Let's wait for new update from Blogger.Before some days I gave a tutorial about enabling threaded comments in blogger templates this post is similar to that......




How To Enable Threaded Comments


  • Goto Blogger Dashboard > Design > Edit HTML
  • Tick Expand Widget Templates.
  • Find below code using CTRL+F function.
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:include data='post' name='comments'/>
</b:if>

You will find two codes then replace both of them with below code

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<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 == &quot;item&quot;'>
<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>


Save your template.

If you are still getting problem then mention it in comments.

1 comment:

  1. Rahul please Help me Buddy..i cant activate my Threaded comments im my Blog www.trickshunt.com..
    plese reply asap..

    ReplyDelete

If you want to be informed about any replies then check "Notify me" option (present at lower right corner of comment box and it will display if you are logged in to your google account). PLEASE DO NOT SPAM