Custom fields in RSS
Custom fields in RSS
Description
this plugin adds post custom fields in rss feed like this:
<item>
...
<customfields>
<key1>value1</key1>
<key2>value2</key2>
...
</customfields>
...
</item>
Installation
- Upload
custom-fields-in-rssto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Done!