Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试获取页面的父 ID。我已经四处搜索,但我能找到的唯一东西是顶级父 ID。
我有 3 层页面:
-page 1 -------page 2 -------------page 3
第 3 页是第 2 页的子页,第 2 页是第 1 页的子页。
如果我目前在第 3 页页面上,我如何才能直接在其上方获取页面的 ID?(第2页)
感谢任何帮助!
在全局 $post 中,您可以简单地使用 $post->post_parent
$post->post_parent