解决Missing required field updated认证问题

该问题是因为没有标注更新时间的类而导致的,可以通过添加如下代码

<span class="updated"><?php echo get_the_date()." ".get_the_time()</span>

这样标记后,即可通过验证,解决解决Missing required hCard “updated”认证问题


未经允许不得转载:阿藏博客 » 解决Missing required field updated认证问题