检查当前页是否有子页

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检查当前页是否有子页相关的知识,希望对你有一定的参考价值。

You may want to create navigation where the children are displayed only when the parent page is the current page. Place the code in your functions.php file
  1. function hasChildpage() {
  2. $page = wp_list_pages('depth=1&child_of=' . $post->ID . '&echo=0');
  3.  
  4. if($page) {
  5. return true;
  6. } else {
  7. return false;
  8. }
  9. }

以上是关于检查当前页是否有子页的主要内容,如果未能解决你的问题,请参考以下文章

列出当前页的子页

iframe跳转401报错

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

Wordpress-列出列表中的子页,但不包含指向当前页的链接

母版页的铵钮事件去获取子页的内容

iframe子页怎么获取父页的window对象