The Blogger Threaded commenting system allows a reader to reply to other reader comments on that post. Blogger supports threaded commenting with two levels - the original comment, and the replies to that comment. If you want remove threaded comments from your blogger blog, follow these steps:
Significant!
Prior to anything, we want to make a back-up of our Blogger format so that assuming we in all actuality do make any significant mistakes, we can undoubtedly reestablish the first working layout to our blog.
To make a back-up of your Blogger layout, from your Blogger dashboard - go to Template and snap on the "Reinforcement/Restore" button on the right side. Tapping on this button, will provoke you to save your current format as a XML document to your hard drive. You can change the name of the document and pick the area to guarantee it is not difficult to track down assuming you want to utilize this later.
Removing the Blogger Threaded Comments (with reply option)
Step 1. Go to Template and click on the Edit HTML button.
Step 2. Click anywhere inside the code area and press CTRL + F keys to open the Blogger' search box
Step 3. Paste or type the following code - or the first line of it - inside the search box in order 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>
Step 4. Now remove it (you'll find this code twice and replace it twice) and paste this code instead:
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
Step 5. Save the changes by clicking on the Save template button. That was all!
0 comments:
Post a Comment