How To Withdraw Blogger Threaded Comments
The Blogger Threaded commenting organization allows a reader to reply to other reader comments on that post. Blogger supports threaded commenting alongside 2 levels - the master copy comment, together with the replies to that comment. If you lot desire take away threaded comments from your blogger blog, follow these steps:
To brand a backup of your electrical flow Blogger template, instruct to your Blogger dashboard, together with then instruct to "Template" together with click on the "Backup/Restore" push on the upper correct side. Clicking on this button, volition prompt you lot to salvage your existing template every bit an XML file to your difficult drive. You tin alter the get upward of the file together with select the place to ensure it is slowly to detect if you lot take to purpose this later.
Step 2. Click anywhere within the code expanse together with press CTRL + F keys to opened upward the Blogger' search box.
Step 3. Paste or type the kickoff trouble of the next code within the search box together with hitting Enter inwards social club to detect it:
Step 5. Save the changes past times clicking on the "Save template" button.
That's it!
Important
Before anything, it is recommended to backup your Blogger template thence that if anything goes wrong, nosotros tin easily restore the master copy working template on our blog.To brand a backup of your electrical flow Blogger template, instruct to your Blogger dashboard, together with then instruct to "Template" together with click on the "Backup/Restore" push on the upper correct side. Clicking on this button, volition prompt you lot to salvage your existing template every bit an XML file to your difficult drive. You tin alter the get upward of the file together with select the place to ensure it is slowly to detect if you lot take to purpose this later.
Removing the Blogger Threaded Comments (with reply option)
Step 1.Go to "Template" together with click on the "Edit HTML" buttonStep 2. Click anywhere within the code expanse together with press CTRL + F keys to opened upward the Blogger' search box.
Step 3. Paste or type the kickoff trouble of the next code within the search box together with hitting Enter inwards social club to detect it:
<b:if cond='data:post.showThreadedComments'>Step 4. Remove this code (you volition detect it twice, thence you lot take to supplant it twice) together with glue the below code instead:
<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>
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
Step 5. Save the changes past times clicking on the "Save template" button.
That's it!