
WordPress Cookies和PHP会话——你需要知道的一切
the_category_rss ( $type = null )
the_category_rss – 这个函数用来在RSS feed中输出类别信息。它与the_category相似,但专门设计用于feed。
显示feed中的文章类别。
function the_category_rss( $type = null ) { echo get_the_category_rss( $type ); }