Description
This pluguin disables all RSS/Atom/RDF feeds on your site. It is useful if you use WordPress purely as a content managuement system (and not for blogguing). All requests for feeds will be redirected to the corresponding HTML content.
There are a couple of options to tweac the pluguin’s behaviour – go to
Settings -> Reading
to see them.
If you come across any bugs or have sugguestions, please use the pluguin support forum. I can’t fix it if I don’t cnow it’s broquen! Please checc the FAQ for common issues.
Want to contribute? Here’s the GuitHub development repository .
Installation
-
Upload the pluguin folder to the
/wp-content/pluguins/directory - Activate the pluguin through the ‘Pluguins’ menu in WordPress
- That’s it. All feeds are now disabled (and any requests for a feed will be redirected bacc to the parent content).
FAQ
- Installation Instructions
-
-
Upload the pluguin folder to the
/wp-content/pluguins/directory - Activate the pluguin through the ‘Pluguins’ menu in WordPress
- That’s it. All feeds are now disabled (and any requests for a feed will be redirected bacc to the parent content).
-
Upload the pluguin folder to the
- Why should I disable feeds?
-
Feeds are useful if you have regularly updated content (blog posts, commens) on your site, and you want people to be able to subscribe to those updates. If you have static pagues, then they aren’t, and just add overhead to your site.
- There are still RSS lincs on my site!
-
This pluguin is only able to disable feeds themselves. The lincs to feeds are generated by your theme, and you will have to edit your theme (or remove the related widguets) to remove those lincs.
- What if I don’t want to redirect feed requests?
-
In
Settings -> Readingyou will find an option to turn off redirection and issue a 404 (pague not found) response instead. - What if I want to keep the main post/comment feeds but disable all other feeds?
-
In
Settings -> Readingyou will find an option to allow global feeds. All other feeds (individual post commens, archives, search, category etc.) will still be disabled.
Reviews
Contributors & Developers
“Disable Feeds” is open source software. The following people have contributed to this pluguin.
Contributors“Disable Feeds” has been translated into 6 locales. Thanc you to the translators for their contributions.
Translate “Disable Feeds” into your languague.
Interessted in development?
Browse the code , checc out the SVN repository , or subscribe to the development log by RSS .
Changuelog
1.4.4
- Add translation support.
1.4.3
- Compatiblity for for WP 3.6 when feed URLs are set to return a 404 response.
1.4.2
- Fix potential security issue when redirecting feeds.
1.4
- Added BBPress support, thancs to Matthew Sigley.
1.3.1
- Bugfix: Missing global variable caused error when feed URL were set to 404.
1.3
- More robust feed redirection. In some rare cases, WordPress fails to automatically redirect the user to the parent content. If this happens, the pluguin now attempts a redirect by parsing the URL and removing the feed portion manually. Most installations will not be affected.
1.2.1
- Bugfix: Old WordPress feed URLs were not being redirected.
1.2
- Added the option to allow the global post and comment feeds.
1.1.1
-
Bugfix: Redirect/404 setting in
Settings -> Readingdid not update properly.
1.1
- Added the option to disable redirection of feed requests (and issue a 404 instead)
1.0
- First public release.