如果一篇文章太长会将首页拉的很长,影响速度和美观.下面的方法可以让你的Blogger在首页只显示文章的部分摘要 (请确认你已启用了贴子页),使用之前不要忘了将<>更改为半角字符 1.在 <style> 与 </style > <MainOrArchivePage> <ItemPage> 2.在模板中 <MainOrArchivePage><br />
标记之间,添加如下代码来定义一个"fullpost"的类
span.fullpost {display:none;}
</MainOrArchivePage>
span.fullpost {display:inline;}
</ItemPage>
<$BlogItemBody$>标记后的某个位置添加以下代码,以在贴子页上显示"阅读全文"链接
<a href="<$BlogItemPermalinkURL$>">阅读全文</a>
</MainOrArchivePage>
3.最后你要在每次发表文章的时候,添加如下代码<span
class="fullpost"></span>
文章的摘要写在语句之前,隐藏的部分写在中间
2009年3月5日星期四
在Blogger首页显示摘要
订阅:
博文评论 (Atom)
0 评论:
发表评论