[wp-trac] [WordPress Trac] #12003: Explicit teasers with <!--more--> don't work in RSS feeds
WordPress Trac
wp-trac at lists.automattic.com
Mon Jan 25 09:52:42 UTC 2010
#12003: Explicit teasers with <!--more--> don't work in RSS feeds
--------------------------+-------------------------------------------------
Reporter: stickboy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Feeds | Version: 2.9.1
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
I have my WordPress 2.9.1 installation configured to show full text for
the syndication feeds. Occasionally I'll make a post containing spoilers
to some movie/television show/etc., and I use the <!--more--> tag to
create a teaser for the page so that readers need to click the link before
revealing anything.
This works fine for my weblog's main page, but it doesn't work for my RSS
feed, which continues to show the entirety of my post. The generated RSS
XML has:
{{{
<content:encoded><![CDATA[
<p>teaser text</p>
<p><span id="more-190"></span></p>
<p>rest of content</p>
]]></content:encoded>
}}}
I think this might have worked in older versions of WP, and from the
comments to http://core.trac.wordpress.org/ticket/1392 it sounds like this
isn't the way it's meant to work.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12003>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list