WordPress获取页面信息函数:get_page_hierarchy()
【描述】 get_page_hierarchy( )函数返回一个数组,该数组按页面排序次序进行排序。函数调用两…
【描述】
get_page_hierarchy( )函数返回一个数组,该数组按页面排序次序进行排序。函数调用两个参数,分别是一个页面列表对象和一个父ID(可选)。
【使用】
<?php get_page_hierarchy( $posts, $parent ) ?>
【参数】
$posts
(array) (必须) 文章数组名.
Default: None
$parent
(integer) (可选) 父文章 ID.
Default: 0
【源文件】
get_page_children() 该函数在wp-includes/posts.php文件中有所定义。
类别:WordPress入门、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
评论功能已经关闭!