Short brief at hompage首頁僅顯示摘要
感謝程式設計﹐終於有精簡板的功能了﹐相關步驟如下:
Thanks for the programmer from 程式設計 that how to show brief at hompage. That's what I need before have really document extend and hide function at home page. Following is the introduction:
1.先找到程式碼Locate the code:
<p><data:post.body/></p>
2.用下面替代Replace by following code:
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/>
<br></br>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'>More......</a>
<b:else/>
<data:post.title/>
</b:if>
</p>
</b:if>
3.文章範本內不show 出來的﹐放入下列碼。Add following code while you posting
<span class="fullpost"></span>








3 Comments:
too slow to show comments
簡單得好感動~~
真是太感謝啦~~
今天將舊版的blogger升級了一下~~
誰知延伸功能消失~~~新的範本又好陌生...
后來下午轉了好多的blogger教學文章才轉到你這篇~~~
而且作法又比之前的簡單了好多~~
真的,很謝謝哦!
請問要怎麼在側邊加上"最新回應"啊?!
Post a Comment