Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

the_category_rss

概要

表示中のページが属しているカテゴリーをRSSフォーマットで表示します

用法

<?php the_category_rss('type'); ?>

引数

type (string)

'rss'
RSS形式(デフォルト)
'rdf'
RDF形式

用例

-