繼續閱讀 - 部落格

Table of Contents

在beta後~遲遲沒有看到新的解決方法
今天碰巧在blogger的google社群內我找到了

首先在<head>之前加入以下原始碼


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



之後在data:post.body之後加入下面原始碼
(要開啟展開小裝置範本 )


<b:if cond='data:blog.pageType != "item"'> <a expr:href='data:post.url'>Read
more!</a></b:if>



最後當你發表文章時
只要把你所想要隱藏的內容(AAA)放置以下原始碼中即可


<span class='readmore'>

AAA

</span>



參考
http://dwaynehunter.blogspot.com/

--
厭倦無名的叉燒包了嗎? 一起加入穩定的Blogger吧! ▄▄

http://hnigel.blogspot.com/ ▄▄
▄▄▄ ▄▄▄▄

--

All Comments

Zora avatarZora2007-02-11
找不著data:post.body...XD
Ethan avatarEthan2007-02-12
試著找data:post看看~當初我也是收尋很久
Freda avatarFreda2007-02-13
我也找超久...不過我覺得這個方法很不錯:)
Tracy avatarTracy2007-02-14
可是好像每篇都會有Read more!~有沒辦法想要再出現?
Caitlin avatarCaitlin2007-02-16
這個網站有不錯的方法
David avatarDavid2007-02-21
我終於成功了:)感謝唷~~