I am using the monochrome theme from mono-lab: http://www.mono-lab.net/download/monochrome/, and I cannot seem to fix the RSS widget to be a direct link to my RSS, here is the code I tried, as it is in my site right now:
</div>
<?php if ($options['rss_feed']) : ?>
<div id="entries_rss">
"> <?php _e('RSS FEED','monochrome'); ?>
</div>
<?php endif; ?>
</div>
<?php endif; ?>
But if you look on my site, americandebtproject.com, the RSS Feed link has the website address in there twice!! No idea how to get rid of it. I can start from scratch on the RSS feed, but the built in one is such a cute link. Can anyone help??