WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/permalink comments rss


This function has been removed from WordPress core as of Version 1.5. That means it has been replaced by a new function or is no longer needed. All code that uses this function must be converted to use its replacement if one exists. Use any of these functions instead.

Description

Displays the permalink to the post to which a comment belongs, formatted for RSS. Typically used in the RSS comment feed template. This tag must be within The Loop, or a comment loop.

Usage

 <?php permalink_comments_rss(); ?> 

Example

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

Parameters

This tag has no parameters.

Related

Comments Functions

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