Feeds (category)

add_feed()

Add a new type of RSS feed like /atom1/.

bloginfo_rss()

Displays "cleaned" information about the blog (needed for RSS).

fetch_feed()

Gets an external feed and parses it into data.

fetch_rss()

Receives RSS feed from the specified URL and parses it. Creates an object of MagpieRSS class.

get_comment_link()

Gets a link to the specified comment. The link is generated considering the hierarchy. The link is returned with a hash at the end #comment-23.

get_the_content_feed()

Gets the content of the current post in the feed loop. Used in the loop.

post_comments_feed_link()

Outputs a link to the comments feed of the current post.