The Blogger Threaded opining system allows a anthology to reply to other anthology commentary on that post. Blogger supports threaded opining with two situations-the original comment, and the replies to that comment. Still, follow these way. If you want remove threaded commentary from your blogger blog.
Important:
Before anything, it is recommended to backup your Blogger template so that if anything goes wrong, we can easily restore the original working template on our blog. To make a backup of your current Blogger template, go to your Blogger dashboard, then go to "Template" and click on the "Backup/Restore" button on the upper right side. Clicking on this button, will prompt you to save your existing template as an file to your hard drive. You can change the name of the file and choose the location to ensure it is easy to find if you need to use this later.Removing the Blogger Threaded Comments (with reply option)
Step 1. Go to blogger dashboard and click on theme and edit HTML
Step 2. Click anywhere on the code area and press CTRL + F to open the search box.
Step 3. Copy or paste the following code inside the search box and hit Enter to Find it.
<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>
If still can not find with entire code please find this line instead....
<b:if cond='data:post.showThreadedComments'>
Step 4. Remove all part of the codes above that ending with this part </b:if> and replace all with the codes below.
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
Note: You may found these codes twice, so you need to replace it with twice... and then click on save, you are done!
0 comments:
Post a Comment