2014-02-07 33 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>