You can use extra_feed_link() inside your theme to display a link to the feed corresponding to the type of page: * (creates a link with the default text) * (creates a link with the text you choose) * (creates an image tag linked to the feed URL) * (just displays the feed URL)
<?php extra_feed_link('Link Text'); ?>
<?php extra_feed_link(); ?>