WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/the category rss

Description

Display the post categories in the feed.

Usage

<?php the_category_rss$type ?>

Parameters

$type
(string) (optional) Either 'rss2', 'rss', 'atom', or 'rdf'.
Default: 'rss2'

Return Values

(void) 
This function does not return a value.

Examples

Notes

Change Log

Since: 0.71

Source File

the_category_rss() is located in wp-includes/feed.php.

Related

See also index of Function Reference and index of Template Tags.