Blogger的細部修改 - 部落格

Table of Contents


進入"修改HTML"
勾選"展開小裝置範本"

找"data:post.numComments"
附近應該會出現類似的HTML
(下面以我用的template為例
我不知道其他的template會不會有很大的差異)

<b:if cond='data:post.numComments == 1'>
1 <data:top.commentLabel/>
<b:else/>
<data:post.numComments/> <data:top.commentLabelPlural/>
</b:if>

改成

<b:if cond='data:post.numComments == 1'>
<data:top.commentLabel/>(1)
<b:else/>
<data:top.commentLabelPlural/>(<data:post.numComments/>)
</b:if>


應該有兩個地方要改



※ 引述《lalacat (雅)》之銘言:
: 請問在每篇文章最底下的 Posted by xxx at 10:18 那一列
: 能否將原先的『0 comment』改變成『comment(0)』呢

--

All Comments

Gilbert avatarGilbert2007-10-22
照你的敘述修改 一次就成功了 謝謝你 :)
Eden avatarEden2007-10-25
同樣受惠,感激。 :)