[wp-trac] [WordPress Trac] #6922: RSS 2.0 feeds never display full
posts
WordPress Trac
wp-trac at lists.automattic.com
Mon May 5 13:21:34 GMT 2008
#6922: RSS 2.0 feeds never display full posts
---------------------+------------------------------------------------------
Reporter: ulrichp | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: General | Version: 2.5.1
Severity: normal | Keywords:
---------------------+------------------------------------------------------
From line 41, wp-includes/feed-rss2.php:
{{{
<?php if (get_option('rss_use_excerpt')) : ?>
<description><![CDATA[<?php the_excerpt_rss()
?>]]></description>
<?php else : ?>
<description><![CDATA[<?php the_excerpt_rss()
?>]]></description>
}}}
As a result, even if RSS feeds are set to show the entire post instead of
an excerpt, the full post is never shown. Changing the second call to
the_excerpt_rss() to be a call to the_content() seems to work.
--
Ticket URL: <http://trac.wordpress.org/ticket/6922>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list