常用函数-the_category_rss()
说明
在feed中显示文章类别
用法
<?php the_category_rss( $type ) ?>
参数
$type
(字符串)(可选)默认值为'rss'。也可以是'rss', 'atom', 或 'rdf'。
默认值:'rss'
返回的值
(空)
该函数不返回任何函数
示例
注释
- 在 get_the_category_rss()中查看详细说明
- 响应 get_the_category_rss()返回的结果
修改记录
自0.71版本后
源文件
the_category_rss()位于 wp-includes/feed.php中。
相关资源
分类:中文手册