0, //显示所有页面,包括所有父页面和子页面
‘show_date’ => ”, //不显示创建日期
‘date_format’ => get_option(‘date_format’),
‘child_of’ => 0, //子页面无限制
//’exclude’ => $page_id.’,’.$page_id_2, //在百科页面不显示的页面ID
‘exclude’ => $page_id, //在百科页面不显示的页面ID
‘title_li’ => ”, //页面列表的标题不显示
‘echo’ => 1,
‘authors’ => ”, //不局限于特定作者
‘sort_column’ => ‘menu_order, post_title’, //先按页面顺序, 再按页面标题排序
‘link_before’ => ”,
‘link_after’ => ”,
‘exclude_tree’=> 1 //按父级/子级树显示列表
);
wp_list_pages($defaults); //wp_list_pages函数是调用页面列表函数
?>
‘show_date’ => ”, //不显示创建日期
‘date_format’ => get_option(‘date_format’),
‘child_of’ => 0, //子页面无限制
//’exclude’ => $page_id.’,’.$page_id_2, //在百科页面不显示的页面ID
‘exclude’ => $page_id, //在百科页面不显示的页面ID
‘title_li’ => ”, //页面列表的标题不显示
‘echo’ => 1,
‘authors’ => ”, //不局限于特定作者
‘sort_column’ => ‘menu_order, post_title’, //先按页面顺序, 再按页面标题排序
‘link_before’ => ”,
‘link_after’ => ”,
‘exclude_tree’=> 1 //按父级/子级树显示列表
);
wp_list_pages($defaults); //wp_list_pages函数是调用页面列表函数
?>