Since upgrading to 2.3, the feeds built into my theme in my footer are no longer working. Maybe they were never working.
I've read the codex: http://codex.wordpress.org/WordPress_Feeds and the code in my footer is on par with the codex.
Then I read this thread: http://wordpress.org/support/topic/49089?replies=13 and I removed the word "feed" from the footer. This stopped the error message, but I'm still getting "file not found."
My footer looks like this:
<a href="<?php">"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/<?php echo get_option('mandigo_scheme'); ?>/rss_s.gif" alt="" /> <?php _e('Entries (RSS)','mandigo'); ?></a>
<?php _e('and','mandigo'); ?> <a href="<?php">"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/<?php echo get_option('mandigo_scheme'); ?>/rss_s.gif" alt="" /> <?php _e('Comments (RSS)','mandigo'); ?></a>
My website is http://www.eastbayinsomniac.com
When I click the RSS button in the footer, I get this URL: http://www.eastbayinsomniac.com/feed/%22 with nothing there
I am using custom permalinks. Can anyone suggest how to get the feeds working?
Thanks-
Jeremy