Adds extra feed auto-discovery links to various page types (categories, tags, search results etc.)
Usage
You can use extra_feed_link() inside your theme to display a link to the feed corresponding to the type of page:
<?php extra_feed_link(); ?> (creates a link with the default text)<?php extra_feed_link('Link Text'); ?> (creates a link with the text you choose)<?php extra_feed_link('http://url/of/image'); ?> (creates an image tag linked to the feed URL)<?php extra_feed_link('raw'); ?> (just displays the feed URL)
Requires: 2.5 or higher
Compatible up to: 2.8
Last Updated: 2010-8-29
Downloads: 5,524




