Viewing 5 replies - 1 through 5 (of 5 total)
  • Looks like most of those errors are caused b/c you’ve got an iTunes plugin adding unrecognized tags to the feed.

    As for the one character encoding error, try clicking on the “help” link next to the error for a tip.

    Thread Starter potatoes

    (@potatoes)

    I’m still having a “Feed Code Error”…..the feed is actually not showing up at all.
    I can’t seem to find the error……. Oh….what’s wrong?

    i can’t seem to read the chinese in the feed, but if you are using some audio or video content and want that to be part of your feed then you need to use rss_enclosure(); template tag inside your feed so that audio and video content is read correctly be the feed readers.

    Thread Starter potatoes

    (@potatoes)

    how can I do that?

    Thread Starter potatoes

    (@potatoes)

    The only lines in the “wp-rss2.php” is enclosed below. Any error to this file that caused the problem?

    <?php

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

    require (ABSPATH . WPINC . ‘/feed-rss2.php’);

    ?>

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