[wp-trac] Re: [WordPress Trac] #6905: Feeds always display full text
WordPress Trac
wp-trac at lists.automattic.com
Mon May 5 13:46:35 GMT 2008
#6905: Feeds always display full text
---------------------+------------------------------------------------------
Reporter: gnot | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: General | Version: 2.5.1
Severity: normal | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by DD32):
Replying to [comment:5 DD32]:
> Marked #6922 as duplicate of this.
Should've mentioned, It does include a fix, However, I'm not sure about
it:
> 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>
}}}
changing the latter to the_content_rss() does give the description element
the full post. However, The {{{<content:encoded>}}} element also contains
the full post allready?
--
Ticket URL: <http://trac.wordpress.org/ticket/6905#comment:6>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list