Hướng dẫn xóa bỏ khung comment mặc định trong blogspot
Bước 1 : Đăng nhập vào Blogger chọn Chủ đề >> Chỉnh sửa HTML
Bước 2 : Tìm đoạn code sau
<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>