the_category_rss

函数
the_category_rss ( $type = null )
参数
  • (string) $type Optional, default is the type returned by get_default_feed().
    Required:
    Default: null
相关
  • get_the_category_rss()
定义位置
相关方法
get_the_category_rssthe_categorythe_category_idthe_category_headget_category_rss_link
引入
0.71
弃用
-

the_category_rss – 这个函数用来在RSS feed中输出类别信息。它与the_category相似,但专门设计用于feed。

显示feed中的文章类别。

function the_category_rss( $type = null ) {
	echo get_the_category_rss( $type );
}

常见问题

FAQs
查看更多 >