会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Ryan.zheng
信念和目标,必须永远洋溢在程序员内心。
个人主页:
https://www.ryanzoe.top/
博客园
首页
新随笔
联系
订阅
管理
2019年10月25日
Wordpress 获取 custom post type 的当前文章 分类信息
摘要: // knowledgebase_category 为 custom post type taxonomy $terms = get_the_terms( get_the_ID() , 'knowledgebase_category' ); var_dump($terms);
阅读全文
posted @ 2019-10-25 12:27 Ryan_zheng
阅读(336)
评论(0)
推荐(0)
编辑
公告