RSSやAtomのようなシンジケートフィードでフォーマットされた、現在の記事にパーマリンクを表示します。このタグはループ内で使用する必要があります。
Displays the permalink for the current post, formatted for syndication feeds such as RSS or Atom. This tag must be used within The Loop.
目次
permalink_single_rssのテンプレートタグ使用方法
[php] [/php]permalink_single_rssのパラメーター
$file
(string) (optional) ページはリンクを指す必要があります。
(string) (optional) The page the link should point to.
Default: The current page
例
RSSリンクタグにパーマリンクを表示します。
[php][/php]Displays the permalink in an RSS link tag.
関連テンプレートタグ
get_permalink, the_permalink, post_permalink, permalink_anchor, permalink_single_rss
コメント