hi,
i have enabled the plugin and trying to get the feed for specific page feed like:
http://www.example.com/about/feed
and i am getting something like this:
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" version="2.0">
<channel>
<title>Comments on: ABOUT</title>
<atom:link href="http://www.example.com/about/feed" rel="self" type="application/rss+xml"/>
<link>http://www.dev.etvclient.com/enteraction</link>
<description>play connected - stay connected</description>
<lastBuildDate/>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.0</generator>
</channel>
</rss>