1. Login to blogger.com
2. Design --> Edit HTML --> (download a backup of your Template). Find this code snippet :
<b:include data='post' name='comments'/>

and replace with this code :
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>

Check in preview your blog.


If that too doesn’t work
1. Make sure that you have enabled Comment Feeds
2. Check and Use the Embedded Comment Form.

Enjoy

0 komentar:

Post a Comment