获取根页面ID

Posted

tags:

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

Get the ID of the root (oldest ancestor, parent without parents) page relative to the current page in a WordPress page template.

Can be helpful for use with wp\_list\_pages() to create navigation markup.
  1. <?php $root_page_id = ( empty( $post->ancestors ) ) ? $post->ID : end( $post->ancestors ); ?>

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

没有使用 navController.currentDestination?.id 获取当前片段 ID

jsTree:如何将选定节点的 ID 获取到 jsTree 中的根节点?

使用片段从数据库 SQLite 获取数据时出错

普通JAVA类 如何获取,WEB项目的根路径

在 Markdown 中,链接到页面片段的最佳方式是啥,即#some_id?

从 dbid 获取片段 ID