在檢視 blogger 標籤時,如何顯示大於預設值的 20筆資料
10 February, 2009
如果在 Blogger 中,按下 labels ,預設值就只會顯示20筆資料。
但如果在網址後面加上 "?max-results=100" 就可以把這預值數值改變,如下(You can just add "?max-results=100") at the url to expand the maximum number of the result show, here is the syntax:
http://kienhock.blogspot.com/search/label/%E7%A0%82%E6%8B%89%E8%B6%8A?max-results=100
要修改這個很簡單(it is very simple to tweak this)。
layout -> Edit HTML -> checked advanced mode
search for
a expr:dir='data:blog.languageDirection' expr:href='data:label.url'
replace it with the following syntax:
a expr:dir='data:blog.languageDirection' expr:href='data:label.url + "?max-results=1000"'
0 comments:
Post a Comment