Cách thực hiện Xóa comments mặc định của blogger (Threaded comments) như sau :
Bước 1 :
Đăng nhập vào template blog của bạn ctrl + F và tìm đoạn code saudata:post.showThreadedCommentsBên dưới nó bạn sẽ thấy đoạn code
<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>
Bước 2 :
Thay thế đoạn code trên bằng đoạn code sau<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
Save template kiểm tra thành quả, chúc các bạn thành công.

Không có nhận xét nào:
Đăng nhận xét