WordPress.org

Codex

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

Template Tags/comment author rss

Description

Displays the comment author's name formatted for RSS. Typically used in the RSS comment feed template. This tag must be within The Loop, or a comment loop.

Use get_comment_author_rss to retrieve the value.

Usage

 <?php comment_author_rss(); ?> 

Example

<title>comment by: <?php comment_author_rss() ?></title>

Parameters

This tag has no parameters.

Related

Comments Functions

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