作者O9229689l7 (水妹妹)
看板Blog
標題Re: [Blogger] 可以給不同的blog不同的顯示名稱嗎?
時間Thu Mar 25 10:31:22 2010
作者是在 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改呢?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 118.160.165.233
1F:推 Leepofeng:Thanks!我來試試看 03/25 13:12
2F:推 Leepofeng:成功了!謝謝您的分享! 03/25 13:22