wpseek.com
A WordPress-centric search engine for devs and theme authors



the_category_rss › WordPress Function

Since0.71
Deprecatedn/a
the_category_rss ( $type = null )
Parameters:
  • (string) $type Optional, default is the type returned by get_default_feed().
    Required: No
    Default: null
See:
Defined at:
Codex:

Displays the post categories in the feed.



Source

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