Codex tools: Log in
Languages: English • 日本語 • (Add your language)
Contents |
Displays the name of the category or categories a post belongs to in RSS format. This tag must be used within The Loop.
<?php the_category_rss( $type ) ?>
Fragment of an RSS2 feed page.
<?php the_category_rss() ?> <guid><?php the_permalink($id); ?></guid>
Categories: the_category(), the_category_rss(), single_cat_title(), category_description(), wp_dropdown_categories(), wp_list_categories(), get_the_category(), get_the_category_by_ID(), get_category_by_slug(), get_the_category_list(), get_category_parents(), get_category_link(), is_category(), in_category()