How to get Threaded comment- Normally
This is the only section you will need if you are using not-so-customized blogger template1. Blog>Setting>Others
2. Blog>Setting>Posts and comments
3. Blog>Posts> -choose a post- >Option>Allow comment (normally this is allowed but if not and you do everything you will still see no comment box at all!)
Now how to get Threaded comment if it still not working
1. Go to blogger.com choose blog and click template
2. Edit HTML>Proceed and check the box on top leftt "expand widget template"
3. Find the code below:
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>4. Now replace the code with this:
<b:if cond='data:blog.pageType == "static_page"'>
<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>Just do what I said, if you find multiple copy of any code just pretend you didn't see them!
5. Save the template
Now, thank me in the comment section!




No comments:
Post a Comment