2. Chọn Mở rộng mẫu tiện ích
3. Tìm đến đoạn code sau
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/>4. Đổi toàn bộ đoạn code ở trên bằng đoạn code bên dưới.
<b:if cond='data:post.embedCommentForm'>5. Lưu mẫu
<b:include data='post' name='comment-form'/>
<b:else/>
<b:if cond='data:post.allowComments'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</b:if>
</b:if>
0 nhận xét:
Post a Comment