Calendar

2008年一月
« 十二   二 »
 123456
78910111213
14151617181920
21222324252627
28293031  

Translator

WordPress 分类树插件: Folding Categories

Folding Categories for Wordpress 2.3:本人比较喜欢的分类树状显示插件。(如右边“分类导航”效果)

安装与配置

1.下载,上传plugin目录,击活。
2.在themes的widgets中把FoldingCategoriesList加入边框栏并按选项扭,配置如下内容:

folding-categorylist.jpg

3.在style.css中加上如下代码:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#folding_category_list .lwfcl_level-0_expandable,
#folding_category_list .lwfcl_level-1_expandable,
#folding_category_list .lwfcl_level-0_collapsible,
#folding_category_list .lwfcl_level-1_collapsible,
#folding_category_list .lwfcl_level-0_fixed,
#folding_category_list .lwfcl_level-1_fixed {
background-repeat: no-repeat;
background-attachment: scroll;
background-position:top left;
padding-left: 12px;
display: block;
}
#folding_category_list .lwfcl_level-0_expandable,
#folding_category_list .lwfcl_level-1_expandable {
background-image: url(images/expand.png);
}
#folding_category_list .lwfcl_level-0_collapsible,
#folding_category_list .lwfcl_level-1_collapsible {
background-image: url(images/collapse.png);
}

4.上传附件中的文件到你的themes images目录中。expand.pngcollapse.png

Readme

  1. rodney posted the following on 2008-10-18 at 4:48 上午.

    不敢用你的方法改。。。太麻烦了 啊 。。。。

    Reply

Leave a reply

  1. You will post the following soon.
    Go ahead and start typing.