Codex

Function Reference/permalink single rss

Contents

Description

This function is deprecated since 2.3.

Displays the permalink for the current post, formatted for syndication feeds such as RSS or Atom. This tag must be used within The Loop.

Usage

 <?php permalink_single_rss$file ); ?> 

Parameters

$file
(string) (optional) The page the link should point to.
Default: The current page

Return Values

None.

Example

Displays the permalink in an RSS link tag.

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

Related

get_permalink(), the_permalink(), post_permalink(), permalink_anchor(), permalink_single_rss()

See also index of Function Reference and index of Template Tags.