作者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