Saturday, August 28, 2010

简化

我比较喜欢简化的东西
所以我上网找了
只呈现标题的方法

Step 1:

Login blogger > Design > Edit HTML > Expand Widget Templates
Ctrl + F

<b:include data='post' name='post'/>

Step 2:
copy 以下的 code
删除 Step 1 的
copy 以下的 code代替

<!--ARCHIVE-TITLES-STARTS-->
<b:if cond='data:blog.homepageUrl !=
data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:blog.pageType != "static_page"'>
<li><a expr:href='data:post.url'>
<data:post.title/></a></li><br/><br/>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<!--ARCHIVE-TITLES-STOPS-->

Step 3:
review 一下
假如满意的话
那就 save template

Try and have fun !

资料 courtesy to BloggerStop

0 个鼓励:

Post a Comment

LinkWithin

Related Posts with Thumbnails