WordPress.org

Codex

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

Template Tags/the content feed

This article is a ROUGH DRAFT. The author is still working on this document, so please do not edit this without the author's permission. The content within this article may not yet be verified or valid. This information is subject to change.

Description

Displays the content of the current post formatted for a Feed. This tag must be within The_Loop.

Usage

<?php the_content_feed$feed_type ?>

Parameters

$feed_type
(string) (optional) The type of feed. rss2, atom, rss or rdf
Default: null

Examples

<?php the_content_feed(); ?>

Change Log

Since: 2.9.0

Source File

the_content_feed() is located in wp-includes/feed.php.

Related

get_the_content_feed()

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