• I know variations of this topic have been discussed to death, but I’ve read everything and am still having this problem:

    I just moved my WP blog to a new location today, as well as upgrading to WP 2.0. I was able to get everything working as before, EXCEPT: suddenly the RSS feeds that WP is generating don’t work.

    This is the site: http://www.venell.burning-house.com/sketches

    I tried removing the “feed:” from the feed address in the footer, and that didn’t work. I WAS able to get the feed link in the footer to work by replacing it with an absolute location: http://venell.burning-house.com/sketches/wp-rss2.php

    However, I use Safari as my feedreader, and the little blue “FEED” icon in the address bar is definitely not working. As per the instructions in many other threads, I checked my header code and it all checks out. WordPress is generating this:

    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />

    But the above is not actually working anymore in Safari (I get this much-discussed error…), or in Firefox.

    Can anyone help? Did moving the site (and changing the wordpress and blog URI fields) cause the new RSS feeds to break, or was it upgrading to WP 2.0? And where can I view the "?php bloginfo" to see if that’s causing the problem in the feed?

    Thanks in advance!

  • The topic ‘WP 2.0 –> RSS Error in Safari’ is closed to new replies.