Custom fields in RSS

0

this plugin adds post custom fields in rss feed like this: <item> … <customfields> <key1>value1</key1> <key2>value2</key2> … </customfields&gt

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

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

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