Support » Fixing WordPress » RSS Feed Error

  • Hey guys,

    It was brought to my attention that my RSS feed had stopped working about 2 or so weeks back when I had an updated version of my site released. I didn’t notice since Feedly was still showing all the latest posts, but a popular website that features RSS feeds for all the top websites in the niche isn’t getting updates.

    I went to check the link and sure enough I’m getting an error…

    http://www.bmxunion.com/blog/feed/

    This page contains the following errors:

    error on line 5 at column 1: Extra content at the end of the document
    Below is a rendering of the page up to the first error.

    I’d ask my web design guy to fix it, but I’d rather not pay him his going rate just to make a small tweak since I’m pretty good with fixing code.

    What I need to know is if anyone knows what the error is. Below is the wp-feed.php code…

    <?php
    /**
    * Redirects to the default feed
    * This file is deprecated and only exists for backwards compatibility
    *
    * @package WordPress
    */

    require( ‘./wp-load.php’ );
    wp_redirect( get_bloginfo( get_default_feed() . ‘_url’ ), 301 );
    exit;
    ?>

    Any ideas?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RSS Feed Error’ is closed to new replies.