PHP WordPress:获取根页面ID

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP WordPress:获取根页面ID相关的知识,希望对你有一定的参考价值。

<?php $root_page_id = ( empty( $post->ancestors ) ) ? $post->ID : end( $post->ancestors ); ?>

以上是关于PHP WordPress:获取根页面ID的主要内容,如果未能解决你的问题,请参考以下文章

PHP WordPress:获取页面ID(功能)

PHP WordPress - 按名称获取帖子或页面ID

PHP Wordpress获取根类别

在functions.php中获取wordpress帖子ID

获取根页面ID

根据 wordpress 页面模板 NuxtJs 更改布局