2010年3月24日 星期三

給不同的blog不同的顯示名稱

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


沒有留言:

張貼留言