作者是在 footer 段落顯示
大概是長這樣 (因為自己可以搬來搬去 所以說是大概)
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>
那就改成
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><!-- data:post.author/ -->我是水妹妹</span>
</b:if>
</span>
(只有改 我是水妹妹 那行 我不會上色 抱歉)
這樣不知道有沒有滿足你的要求
※ 引述《Leepofeng (螢火蟲)》之銘言:
: 因為Blogger一個帳號可以開很多Blog
: 但是我想要在每一個Blog都用不同的顯示名稱(筆名?暱稱?)
: 不知道有沒有辦法?或是可以透過CSS改呢?
--
All Comments