進到 範本/修改HTML
然後 展開小裝置範本 要打勾
在程式碼中 , 找到
<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments
== 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/>
<data:top.commentLabelPlural/></b:if></a>
</b:if>
改為
<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments
== 1'>1 <data:top.commentLabel/><b:else/><data:top.commentLabelPlural/>
(<data:post.numComments/>) </b:if></a>
</b:if>
這樣就可以了 你try看看
※ 引述《lalacat (雅)》之銘言:
: 請問在每篇文章最底下的 Posted by xxx at 10:18 那一列
: 能否將原先的『0 comment』改變成『comment(0)』呢
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.109.21.168