WordPress.org

Codex

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

Function Reference/comment link rss


This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. All code that uses this function should be converted to use its replacement if one exists. See also wp-includes/deprecated.php. Use any of these functions instead.

Description

Displays the URL to an entry's comments formatted for RSS. Typically used in the RSS comment feed template. This tag must be within The Loop, or a comment loop.

This function has been depreciated, you might want to try get_comment_link() instead.

Usage

 <?php comment_link_rss(); ?> 

Example

<link><?php comment_link_rss() ?></link>

Parameters

This tag has no parameters.

Related

Comments Functions

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