Finally the most awaited Feature of Blogger,Threaded comment has been element in Blogosphere.Threaded comment means step to step comment.i.e comment where we can reply on comment.Blogger Threaded comment has 2 deep levels so we can reply only on original comment.Implementing threaded comment is easy.

To enable threaded comment you need to follow this.

  1. Go to Blogger Dashboard>Setting>Other
  2. In Allow Blog Feed select full at Blog comment feed.
    Setting Full Feed to Comment
  3. Click on Save Changes.
  4. Again Go to post and Comments tab and select embedded comment location.
    Setting embedd comment location
  5. Finally click on Save changes.

Now go to Your Blog and test whether Threaded comment is implemented or not if not you need to reset your Template

For Highly modified Templates.

For resetting Template refer here.(Don't Forget to backup)

  1. After resetting go to Your Blog you can see threaded comment working properly.
  2. If you don't want to reset your Template but want threaded comment by modifying Template then try this.However comment feed to Full and Comment location Embedded is essential.
  3. Go to Template>Edit HTML
  4. Find this Lines.
    <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>
  5. Replace those line with 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 == &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>
  6. Click on Save Template.

Removing threaded Comment.

Still want old threaded comment because of bugs.Then Remove the Threaded Comment like this.

  1. By Setting comment feed to None OR,
  2. By Setting Comment location to pop out or other except Embeded Below Post.

If you want to use Remove using HTML modification then do this.

  1. Go to Blogger Dashboard>Template
  2. Back up your Blog.
  3. Click on Edit HTML.
  4. Tick on expand widget,
  5. Find these codes.
    <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>
  6. You will find them more than 1 instance which is for mobile Template or Computer Template.Replace them all with these codes.
    <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>
  7. Finally click on Save Template.

That's all.Enjoy

Admin of Blogger Rounder
Shirshak is the Administrator of the Blogger Rounder who thinks he will die next to Blogger. He is Completely devoted to Blogger and thinks Web Designing will makes is career.You contact using contact form from navigation tab to him.You can find him in Twitter.

Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.

0 comments on "Enabling/Disabling Threaded Comment in Blogger.":

Post a Comment

We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam

Newer page Older Pager Home Pager

Pls share this page

Get this
Copyright © 2012 Blogger Rounder .Designed by Shirshak.
back to top