I'm a bit stumped by this bhaugen
Comparing your RSS with mine (from Open Co-op):
Yours is using <rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
and look like this:
<description><![CDATA[This post will…
<content:encoded>
<![CDATA[ <p>This post will…
Whereas mine is using
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
and looks like this:
<description><![CDATA[<p>We’ve now…
<content:encoded><![CDATA[<p>We’ve now…
I'm not sure if the extra detail about the xml in my version, or the extra space before the <p> in your version is what is causing your posts not to display content...? Or something else!?
If anyone else could help debug that would be useful!