文字出版社函数.php-仅显示当前页&ŧ039;的子页和当前页同级,隐藏si

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文字出版社函数.php-仅显示当前页&ŧ039;的子页和当前页同级,隐藏si相关的知识,希望对你有一定的参考价值。

Works!
  1. add_filter('wp_list_pages_excludes', 'remove_others_children');
  2. function remove_others_children($excludes = array()) {
  3. $all_pages = get_pages();
  4. $all_children = (array) get_page_children(true, $all_pages);
  5. foreach ( $all_children as $child )
  6. $excludes[] = $child->ID;
  7.  
  8. if ( ! is_page() )
  9. return $excludes;
  10.  
  11. global $post;
  12.  
  13. $this_heirarchy = (array) $post->ancestors;
  14. $this_children = (array) get_page_children($post->ID, $all_pages);
  15. foreach ( $this_heirarchy as $ancestor )
  16. $this_children = array_merge($this_children, (array) get_page_children($ancestor, $all_pages));
  17.  
  18. foreach ($this_children as $child)
  19. $this_heirarchy[] = $child->ID;
  20.  
  21. return array_diff($excludes, $this_heirarchy);
  22. }

以上是关于文字出版社函数.php-仅显示当前页&ŧ039;的子页和当前页同级,隐藏si的主要内容,如果未能解决你的问题,请参考以下文章

&#wordpress中的Include&ŧ039;函数

显示页面&ŧ039;的父页面名称-5

文字出版社函数.php样板

用户PHP&ŧ039;的herdoc语法

从命令行通过dbus获取exail&ŧ039;的当前歌曲

使用TextMate&ŧ039;s tmŧdialog命令显示警报框