在WordPress中添加isu tree函数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在WordPress中添加isu tree函数相关的知识,希望对你有一定的参考价值。
Add this to functions.php to enable the page-child function is_tree
function is_tree($pid) { // $pid = The ID of the page we're looking for pages underneath global $post; // load details about this page if(is_page()&&($post->post_parent==$pid||is_page($pid))) return true; // we're at the page or at a sub page else return false; // we're elsewhere };
以上是关于在WordPress中添加isu tree函数的主要内容,如果未能解决你的问题,请参考以下文章
Wordpress主题文件夹中的functions.php作用说明
Wordpress在函数中添加Google Anamytics