Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Force text/xml as MIME-type in the feed

Descripción

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.

Instalación

  1. Upload force-feed-contenttype folder to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Force text/xml as MIME-type in the feed” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Force text/xml as MIME-type in the feed” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

0.1

  • Initial Release