[wp-testers] the_content_rss and the_excerpt_rss

Otto otto at ottodestruct.com
Mon Dec 17 13:46:50 UTC 2012


On Mon, Dec 17, 2012 at 7:33 AM, Philip M. Hofer (Frumph)
<philip at frumph.net> wrote:
> Ran into an interesting 'thing' with the feeds,  Feedburner and the latest
> WordPress
>
> adding to the_content_rss or the_excerpt_rss puts whatever you add to it
> "outside" the <content:encoded></content:encoded> and
> <description></description> portion of the xml with the latest WordPress

Those are filters, not actions. Make sure you're returning the text
you want to add, not echo'ing it.

Also, the_content_rss is deprecated. Use the_content_feed filter instead.

-Otto


More information about the wp-testers mailing list