permalink_single_rss

Sponsored Link

RSSやAtomのようなシンジケートフィードでフォーマットされた、現在の記事にパーマリンクを表示します。このタグはループ内で使用する必要があります。

Sponsored Link

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 permalink_single_rss( $file ); ?> 

permalink_single_rssのパラメーター

$file

(string) (optional) ページはリンクを指す必要があります。

(string) (optional) The page the link should point to.

Default: The current page

RSSリンクタグにパーマリンクを表示します。

Displays the permalink in an RSS link tag.

<link><?php permalink_single_rss(); ?></link>

関連テンプレートタグ

get_permalink, the_permalink, post_permalink, permalink_anchor, permalink_single_rss

Sponsored Link