विवरण
In the last versions of WordPress the feed can be generated as application/rss+xml, application/rss+xml, text/xml, application/atom+xml’ or application/rdf+xml
Some of these content-types are not recognized by old feed readers or some JAVA feed managers (as Jsoup) generating a validation exception.
This plugin overwrite the content-type by ‘text/xml’ used in the past.
इंस्टॉलेशन
- Upload
force-feed-contenttype
folder to your/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
Translate “Force text/xml as MIME-type in the feed” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
0.1
- Initial Release