階層分類弄好了
花了點時間研究了一下,果然滿簡單的,其實只要 theme 的 sitebar.php 裡列分類的函式改用 wp_list_cats(),參數改一下就好了,不過覺得縮排好像縮得稍微太多了點? 但還不知怎麼改...
參考文章:
解決 WP 的分類顯示
Hierachy of categories
Template Tags/wp list cats
倒是又忘了該升級一下,再來應該裝個 gallery 的 plugin 還是直接用 gallery 2 呢?
related articles
- WordPress 2.6.2 (September 13th, 2008)
- WordPress 2.3.3 (February 13th, 2008)
- WordPress 2.3.2 (January 5th, 2008)
- 近況 (December 3rd, 2007)
- 消失和還在的 robots.txt (October 9th, 2007)




May 27th, 2005 at 11:13
用 css 改縮排 ?
#sidebar ul, #sidebar ul ol
{
margin: 0;
padding: 0;
}
#sidebar ul ul, #sidebar ul ol
{
margin: 5px 0 0 10px;
}
#sidebar ul ul li, #sidebar ul ol li
{
margin: 3px 0 0 0;
padding: 0;
}
類似這樣, 參考看看
May 27th, 2005 at 22:34
感謝..:)
對CSS一竅不通
亂試了一下好像沒試出來,改天再研究看看~