How To Enable Threaded Comments on Blogger / Blogspot
As mentioned on Blogger bombinate formal computer, you change to equipment your journal. "Diary Feed" set to "Full", and are using "Embedded" comments, then you're prompt to commencement a discourse with your readers.
Blogger New Programme
- Go to Dashboard , select your blog.
 - Go to Settings > Posts and Comments
 - Comment Location option set to Embedded
 
- Go to Settings > Other
 - Allow Blog Feed option set to Full
 
Blogger Old Programme
- Go to Dashboard , select your blog.
 - Go to Settings > Comments
 - Comment Form Placenent option set to Embedded below post
 
- Go to Settings > Site Feed
 - Allow Blog Feed option set to Full
 
Relieve NOT Effort THREADED COMMENTS?
If you noneffervescent not feat threaded comments, let's two choice method for Standard Templates and Costumized Templates
.
Standard Templates
- Go to Design > Edit HTML
 - Click on Revert widget templates to default link
 
You can do this tread for Costumized Templates, but this instrument Toss the all Changes Widget and regress to Nonremittal
Costumized Templates
- Go to Template > Edit HTML
 - Click on Expand Widget Templates check box
 - Find the Following code
 
<b:if cond='data:blog.pageType == "static_page"'>
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>- You will get two results. Replace both code with following code
 
<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>- Last is Save the Template!
 





No comments:
Post a Comment