• I have a blog on Blogger and started another blog using WordPress on my own domain/host. When I try to add the WP blog to the blog list on Blogger, it tells me “Could not detect a feed for this URL. Blog posts and update time will not be shown…”

    I have added the following code to my sidebar.php just above the last /div tag:
    <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>

    When I go to http://blog.travelingjackson.com/feed I see what appears to be the feed (or XML, depending on what mood my browser is in), as I would expect. When I put the same URL into feedvalidator.org, I get “It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn’t find one. Please enter the address of your feed to validate.”

    What am I missing?

  • The topic ‘Blogger can’t find WP RSS feed’ is closed to new replies.