the_title_rss

Sponsored Link

RSSでフォーマットされた、現在の記事のタイトルを表示します。このタグはループ内にある必要があります。

Sponsored Link

原文Displays the title of the current post, formatted for RSS. This tag must be within The Loop.

the_title_rssのテンプレートタグ使用方法

<?php the_title_rss(); ?> 

RSSのタイトルタグの記事のタイトルを表示します。

Displays the post title in an RSS title tag.

<item>
   <title><?php the_title_rss(); ?></title>

the_title_rssのパラメーター

このタグには、パラメータがありません。

This tag has no parameters.

関連テンプレートタグ

the_ID, the_title, the_title_attribute, single_post_title, the_title_rss, the_content, the_content_rss, the_excerpt, the_excerpt_rss, wp_link_pages, next_post_link, next_posts_link, previous_post_link, previous_posts_link, posts_nav_link, sticky_class, the_meta

Sponsored Link