This page redirects to an external site: https://developer.wordpress.org/reference/functions/permalink_single_rss/
Languages: English • 日本語 (Add your language)
Displays the permalink for the current post, formatted for syndication feeds such as RSS or Atom. This tag must be used within The Loop.
<?php permalink_single_rss( $file ); ?>
None.
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()