wordpress下修改文章导航和页面导航

导航获取函数为 <?php wp_list_pages(‘title_li=0&sort_column=menu_order’); ?>

文章分类获取行数为 <?php wp_list_categories(‘title_li=0&orderby=name&show_count=0&depth=1′); ?>

我们只要将获取的的方法调换即可。

Leave a comment

0 Comments.

Leave a Reply


[ Ctrl + Enter ]

*