Codex tools: Log in / create account
Contents |
Displays the content of the current post formatted for RSS. This tag must be within The_Loop.
This tag will display a "teaser" link to read more of a post, when on non-single/non-permalink post pages and the <!--more--> Quicktag is used.
<?php the_content_rss('more_link_text', strip_teaser,
'more_file', cut, encode_html); ?>
Displays the content in RSS format using defaults.
<?php the_content_rss(); ?>
Displays the content in RSS format, hides the teaser link and cuts the content after 50 words.
<?php the_content_rss('', TRUE, '', 50); ?>
the_ID, the_title, the_title_attribute, single_post_title, the_title_rss, the_content, the_content_rss, the_excerpt, the_excerpt_rss, wp_link_pages, next_post_link, next_posts_link, previous_post_link, previous_posts_link, posts_nav_link, sticky_class, the_meta