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)



