Codex tools: Log in / create account
Contents |
Displays the excerpt of the current post formatted for RSS.If you do not provide an explicit excerpt to a post (in the post editor's optional excerpt field), the first 55 words of the post's content are used. This tag must be within The_Loop.
For finer control over output, see the_content_rss().
<?php the_excerpt_rss(); ?>
See Parameters for 1.2 for arguments available in that version.
Displays the post's excerpt, or the first 120 words of the post's content when no excerpt exists, formatted for RSS syndication.
<description><?php the_excerpt_rss(); ?></description>
This tag has no parameters.
WordPress version 1.5 does not support parameters for this tag. The following information is retained for the benefit of 1.2 users.
Usage:
<?php the_excerpt_rss(cut, encode_html); ?>
Parameters:
the_ID, the_title, the_title_attribute, single_post_title, the_title_rss, the_content, the_content_rss, the_excerpt, the_excerpt_rss, previous_post_link, next_post_link, posts_nav_link, the_meta