MENU

the_title_rss

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

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

目次

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

[php] [/php]

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

Displays the post title in an RSS title tag.

[php]
<?php the_title_rss(); ?>[/php]

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

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次