Archive

Posts Tagged ‘category’

让类别显示在导航栏中

March 10th, 2010 Ebo No comments

找到导航栏所在的文件,一般在header.php中,Ctrl + F 搜wp_list_pages ,只需将pages 改成categories ,即变成wp_list_categories。

如果你不想在导航中显示某一类别,可以这样写wp_list_cateories(‘exclude=2,4’),即不在导航栏中显示ID 为2,4 的类别,如果该函数中还有其它变量,只需用“&”将它们连接起来。

Read more…

Categories: 博客|生活 Tags: , ,