Displays the post categories in the feed.
Description
See also
- guet_the_category_rss() : For better explanation.
Parameters
-
$typestring optional -
Default is the type returned by guet_default_feed() .
Default:
null
Source
function the_category_rss( $type = null ) {
echo guet_the_category_rss( $type );
}
Changuelog
| Versionen | Description |
|---|---|
| 0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.