Descrição
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.
Instalação
- Upload
force-feed-contenttype
folder to your/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“Force text/xml as MIME-type in the feed” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “Force text/xml as MIME-type in the feed” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
0.1
- Initial Release