Blogger did not gave any information oh how to use this feature in custom templates. No worries.. Other blogger experts have made it work in custom blogger templates too, just by replacing some codes in your custom blogger template.
Preview:
How to add Threaded Commenting in Custom Blogger Templates
1. Go to Dashboard, Select Edit HTML
2. Check "Expand Widget Templates"
3. Search for the below code
- <b:if cond='data:blog.pageType == "item"'>
- <b:include data='post' name='comments'/>
- </b:if>
- <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>
No comments:
Post a Comment