Hướng dẫn sửa lỗi trên blogger:
Lỗi: Missing required field “entry-title”.
Lỗi: Missing required field “updated”.
Lỗi: Missing required hCard “author”.
Các bạn vào chỉnh sửa html sửa dụng phím ctr + F tìm đến từ hfeed và hentry tiến hành gỡ bỏ 2 từ đó trong template.
Đối với hentry nó có dạng như thế này: <div class=’post hentry’> and <div class=’post hentry uncustomized-post-template’>
Và sau khi gỡ bỏ: <div class=’post’> and <div class=’post uncustomized-post-template’>
Khắc phục lỗi: Missing required field “updated”
Ta tìm kiếm dòng( có 2 cái nhé): timestampISO8601
Và thay thế bằng:
<a class=’updated’ expr:href=’data:post.url’ rel=’bookmark’ title=’permanent link’><abbr class=’updated’ expr:title=’data:post.timestampISO8601′><data:post.timestamp/></abbr></a>
Mình đã check. Thành công 100%