2014-02-07 32 views

回答

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>