Blogsome的Categories菜单层级显示
一直想有这种效果,去论坛上看了一下,刚好有这个问题的回答
Show Topic Categories and Subcategories
到Mange->files把index.html中的
{list_cats optionall=0 all=All sort_column=name}
修改成就可以了
{list_cats hide_empty=0 optioncount=1 sort_column=name hierarchical=1 children=1}
此外,还可以添加optiondates=1, feed=RSS,optional=1 效果试试就知道了.
(为了方便显示,我去掉了所有的value的单引号)
