Well, yes. There is a small issue with that. By default the file sidebar.php would show up as below:
<a title="<?php _e('Subscribe to this blog...', 'inove'); ?>"
id="feedrss" href="feed:<?php echo $feed; ?>">
Change it as below:
<a title="<?php _e('Subscribe to this blog...', 'inove'); ?>" id="feedrss" href="<?php echo $feed; ?>">
That should solve your issue 🙂 You can take a look at my site. It works fine.
I’m having the same issue. my site is arlingtonist.com . I tried to do as codecritic suggested but it doesn’t appear to be successful. Any advice you can give is greatly appreciated, thanks!
For some reason, i still see the url for your feed as
feed://http//arlingtonist.com/?feed=rss2
Where in it should have been just
http://arlingtonist.com/?feed=rss2
Looks like you have messed it up somewhere.. check out…
I am having the same problem with my site http://www.lifecheaper.com
I changed the RSS link to point to http://www.lifecheaper.com/?feed=rss2 but it still does not work…
Any help would be very much appreciated! Thanks!