WordPress has a feed for pretty much anything you can think of. In spite of this, besides the “All articles” and “All comments”, feeds go unnoticed because very few themes have links to them.

This plugin tries to fix that by adding appropriate auto-discovery links to every page type:

  • Comments feed for single articles and pages
  • Category page feed
  • Tag page feed
  • Search page feed
  • Author page feed

The link can also be added anywhere in the page by using a template tag: extra_feed_link().

See the readme for further details.

PHP5 is required since version 1.1.4.

Version history

  • 1.1: more flexible link text format
  • 1.0: added options page
  • 0.6: added extra_feed_link() template tag
  • 0.5: initial release