Custom fields in RSS

This plugin adds post custom fields in rss feed.

Author:Gonahkar (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:3.0.5
Plugin version:0.1
Added to WordPress repository:04-08-2010
Last updated:04-08-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://gonahkar.com/wordpress-plugins/custom-...
Total downloads:3 016
Active installs:10+
plugin download
Click to start download

this plugin adds post custom fields in rss feed like this:

<item>
...
<customfields>
<key1>value1</key1>
<key2>value2</key2>
...
</customfields>
...
</item>