Force text/xml as MIME-type in the feed
开发者 |
SergiAmbel
|
更新时间 |
2015年10月5日 02:25 |
PHP版本: |
3.0.1 及以上 |
WordPress版本: |
4.3.1 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
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
更新日志: