2009年7月19日 星期日

快速的繼續閱讀功能

首先進入修改HTML,並點選"展開小裝置範本"下載完整模版"備份你的Template)

接著找到這個字串,並在前面加入下列HTML

<style>
<b:if cond='data:blog.pageType != "item"'>
.fullpost {display: none;}
<b:else/>
.readmore {display: none;}
</b:if>
</style>

最後搜尋<p><data:post.body/></p>這個字串(這個字串就是Blogger會產生出文章的部份),並在下面加入下列HTML

<a class='readmore' expr:href='data:post.url' expr:title='data:post.title'>Read More</a>

以上是修改Template部分,再來則是文章要被隱藏部份需要使用下面的標籤框起來

<span class=fullpost> </span>

沒有留言:

張貼留言

Random Post