Codex tools: Log in
Languages: English • 日本語 • (Add your language)
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.
<?php the_excerpt_rss(); ?>
This tag has no parameters.
Note: See Parameters for v1.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>
WordPress version 1.5 does not support parameters for this tag. The following information is retained for the benefit of 1.2 users.
<?php the_excerpt_rss( $cut, $encode_html ); ?>
body_class(), next_image_link(), next_post_link(), next_posts_link(), post_class(), post_password_required(), posts_nav_link(), previous_image_link(), previous_post_link(), previous_posts_link(), single_post_title, sticky_class(), the_category(), the_category_rss(), the_content(), the_content_rss(), the_excerpt(), the_excerpt_rss(), the_ID(), the_meta(), the_shortlink(), the_tags(), the_title(), the_title_attribute(), the_title_rss(), wp_link_pages()