检查当前页是否有子页
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
function hasChildpage() { $page = wp_list_pages('depth=1&child_of=' . $post->ID . '&echo=0'); if($page) { return true; } else { return false; } }
以上是关于检查当前页是否有子页的主要内容,如果未能解决你的问题,请参考以下文章
文字出版社函数.php-仅显示当前页&ŧ039;的子页和当前页同级,隐藏si