the_category_rss – WordPress テンプレートタグのリファレンス

表示は、カテゴリ名またはカテゴリー記事がRSS形式に属するカテゴリー記事を表示します。このタグはループ内で使用する必要があります。

原文(翻訳元):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 ) ?

the_permalinkのテンプレートタグのデフォルト用法

RSS2配信ページの断片。

原文(翻訳元):⇒Fragment of an RSS2 feed page.

<?php the_category_rss() ?>
<guid><?php the_permalink($id); ?></guid>

the_permalinkのパラメーター

type

(string) 表示する配信のタイプ。 有効値:

原文(翻訳元):⇒(string) The type of feed to display to. Valid values:

  • ‘rss’ (Default)
  • ‘rdf’

関連テンプレートタグ

the_category, the_category_rss, single_cat_title, category_description, wp_dropdown_categories, wp_list_categories, get_the_category, get_category_parents, get_category_link, is_category, in_category

Tags:

Page 1 of 0