get_the_category()
get_the_category( int $id = false ) 检索文章类别。Retrieve pos…
get_the_category( int $id = false )
检索文章类别。
Retrieve post categories.
目录锚点:#说明#参数#返回#源码#笔记
说明(Description)
通过将post id作为参数传递,可以在循环外部使用此标记。
注意:此函数只返回默认“category”分类法的结果。对于自定义分类,请使用get_the_terms()。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$id | (int) | 可选 | 默认为当前文章ID。文章ID。 |
返回(Return)
(WP_Term[])WP_Term对象的数组,每个类别一个分配给文章。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
0.71 | wp-includes/category-template.php:76 | 5 | 5 |
笔记(Notes)
仅显示第一个类别名称
函数的响应示例:
如果您有自定义的文章类型,请获取文章类别
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!