Tuesday, 8 April 2014
Add Threaded comment style to Blogger Blog
Do you like this ?
How to Add Threaded comment style to blogger. Change your Blogspot Comment style, give your website comments a new style for Custom templates. Customize your Blogger comment style by following this tutorial. After you follow this tips & tricks you will be able to see Reply & delete button after each comment in sha Allah. This tutorial is really easy, i have given a screenshot of my blog's comment style.
How to add this, Let's begin in the name of Allah.

Note : If you find this code 2 times replace both codes (6lines) with the below code.
How to add this, Let's begin in the name of Allah.
- First Go To your Blogger Dashboard > Template > Edit Html

- Now Press CTRL+F from your Keyboard and Find any of this code or line. Firstly Try to find the middle line.
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/> </b:if>
Note : If you find this code 2 times replace both codes (6lines) with the below code.
- Replace the above 3 lines with the Below 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>
- Now Save your Template
if you still face any trouble, let me know via comment.
courtesy MyBloggerTricks

This post was written by: Rashedul Islam
Assalamualaikum, I am Rashedul Islam Arman from Chittagong,Bangladesh. Founder of this Blog Alhamdulillah.If you Have any Problem,Complain,Suggestion or for Anything don't Hezitate to Contact ME,You can Directly contact me on my Facebook I'D
Subscribe to:
Post Comments (Atom)
1 Responses to “Add Threaded comment style to Blogger Blog”
17 August 2019 at 22:19
jjjji
Post a Comment