Codex tools: Log in / create account
Contents |
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'); ?>
Displays the permalink in an RSS link tag.
<link><?php permalink_single_rss(); ?></link>
For permalinks in regular page templates, it's recommended to use the_permalink() instead.
permalink_anchor, get_permalink, the_permalink, permalink_single_rss