如何删除wordpress网站错误“缺少作者缺少更新”?

时间:2014-02-07 11:09:32

标签: wordpress

我正在研究wordpress。并在检查网站管理员工具时显示这些错误。 缺少作者缺少更新?请删除这些错误?

1 个答案:

答案 0 :(得分:0)

在模板上单击“编辑HTML”。     现在使用Google Chromes按Ctrl + F查找代码" timestamp-link"。跳过你找到的第一个代码,停止你会发现的第二个代码,如下所示:

     <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>

Now  change it to the code below code :

    <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>