导航获取函数为 <?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′); ?>
我们只要将获取的的方法调换即可。
导航获取函数为 <?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′); ?>
我们只要将获取的的方法调换即可。
0 Comments.