﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12003,Explicit teasers with <!--more--> don't work in RSS feeds,stickboy,,"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.",defect (bug),closed,normal,,Feeds,2.9.1,normal,duplicate,close,
