• I installed a new WP blog on my server. The rss feed was not validating so I searched the board for information on correcting this. After getting it all corrected, I posted a new post and now the feed will not validate.

    I changed the wp-rss2 and wp-rss files from text to application to read:

    <?php

    if (empty($wp)) {
    require_once(‘wp-config.php’);
    wp(‘feed=rss2’);
    }

    header(‘Content-type: application/xml; charset=’ . get_settings(‘blog_charset’), true);
    $more = 1;

    ?>

    By changing these files, I was able to validate but after adding just one post, it shows up as an error when validating.

    Thanks in advance for any help!

    Snap

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘rss feed error’ is closed to new replies.