Thanks Sue for your response. I am still having some issues if someone can assist me. I still can’t see any comments and I am pretty sure I don’t understand a particular configuration where {title_permalink=ENTRY_PERMALINK_HERE} appears:
{exp:rss:feed weblog="commonground"}
<?xml version="1.0" encoding="{encoding}"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
{exp:weblog:entries weblog="commonground"}
<title>{exp:xml_encode}{body}{/exp:xml_encode}</title>
<link>{title_permalink=ENTRY_PERMALINK_HERE}</link>
<description>{exp:xml_encode}{body}{/exp:xml_encode}</description>
<dc:language>en-us</dc:language>
<dc:creator>{email}</dc:creator>
<dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
<dc:date>{gmt_entry_date format="%Y-%m-%d T;%H:%i:%s%Q"}</dc:date>
<admin:generatorAgent rdf:resource="http://www.pmachine.com/" >
{/exp:weblog:entries}
{exp:comment:entries weblog="commonground" orderby="date" sort="asc"}
<item>
<title>{exp:xml_encode}Comment by {name}{/exp:xml_encode}</title>
<link>{exp:xml_encode}{url_or_email_as_link}{/exp:xml_encode}</link>
<description>{exp:xml_encode}{comment}{/exp:xml_encode}</description>
<content:encoded><![CDATA[{comment}]]></content:encoded>
<dc:date>{gmt_entry_date format="%Y-%m-%dT;%H:%i:%s%Q"}</dc:date>
</item>
{/exp:comment:entries}
</channel>
</rss>
{/exp:rss:feed}
I am putting this is google reader and incidentally, when I develop in Google Chrome I can’t see the rendered template display the same as in FireFox. In fact, nothing renders the same as in FireFox. So, I went back to developing in FireFox and set up Google Reader and I am still unable to see comments in the feed. We are using the BODY as the title because what they will be seeing in the feed will be the discussion question as the title of the feed and the comments as the Item.
I am also not seeing the body display in the feed itself. Please help if you can. The site is now live and the purpose of this site is interactive information. Thanks in advance.