Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

Force text/xml as MIME-type in the feed

Deskripsyon

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.

Pag-install

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

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “Force text/xml as MIME-type in the feed” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “Force text/xml as MIME-type in the feed” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

0.1

  • Initial Release