WordPress获取父slug
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WordPress获取父slug相关的知识,希望对你有一定的参考价值。
This is a really short function you can use inside The Loop to get the parent page slug (useful to add to the body classes or something)
function get_parent_slug(){ $parent = get_page($post->post_parent); return $parent->post_name; }
以上是关于WordPress获取父slug的主要内容,如果未能解决你的问题,请参考以下文章
用于 WordPress 的 PHP 片段,用于获取所有产品子类别