the_permalink_rss
PERMALINK TAG
What It Does
Displays the permalink formatted for RSS for the current post.
Code
<?php permalink_single_rss(‘page’); ?>
page
If you want to specify a page to link to, you can insert it here. Otherwise, it will link to the current page.
Example
<a href=”<?php permalink_single_rss(); ?>”>RSS</a>




