When setting up a feedburner account for a wordpress site using a customized 'big feature' theme, I received an error message regarding the validation of the feed.
Actually, feedvalidator.org recognizes it as a valid feed, but states:
"This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations: line 35, column 3: content:encoded should not contain relative URL references: /wp-content/uploads/2010/04/multitasking.jpg (10 occurrences)."
What it appears to be referencing are the feature images attached to each post which are apparently called via relative URLs in the feed rather than full-path URLs.
Did I miss a setting for this on the dashboard?
------------------------------------
UPDATE: I tried pointing feedburner to the specific URL of the blog page and that seemed to solve the issue (previously, I was giving feedburner the feed url generated by the RSS icon in the header... for some reason, it didn't like that.)
------------------------------------
Thanks,
--wso