获取当前分类法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取当前分类法相关的知识,希望对你有一定的参考价值。
In Wordpress if you are using a custom taxonomy you can get its details (id, slug, etc) using this snippet.
$terms = get_the_terms($post->id, 'TAXONOMY_NAME');
以上是关于获取当前分类法的主要内容,如果未能解决你的问题,请参考以下文章
没有使用 navController.currentDestination?.id 获取当前片段 ID