Hi
I'm running my wifes blog on the 'Twenty Ten' theme. I would like to have images appear in the RSS feed, but it seems that 'Twenty Ten' does not come with the possibilities to output the feed in RSS 2.0.
Can anybody help me where to apply the info found on the wordpress.org page on feeds under 'Adding Feeds'
I performed a search in the theme files on the words 'feed', 'RSS' and '2.0' Only appearance (outside comments) was this line and comments of code in functions.php
// Add default posts and comments RSS feed links to head
add_theme_support( 'automatic-feed-links' );
Thx in advance.
Claus
> it seems that 'Twenty Ten' does not come with the possibilities to output the feed in RSS 2.0.
It looks like your website's RSS 2.0 feed is here, if I am not mistaken: http://marilynscloset.dk/feed/rss2
Are you trying to add a link to that RSS feed on your page, or put it in the head for automatic discovery?
Hi Andrew
Ok, in that case my problems are something else :-D
I'm going to use the feed in an App I'm building, and the only luck I've had with images in the RSS feed is when the feed looks like this
http://neopetsalerts.tumblr.com/rss
this
http://www.snafu-comics.com/feed.php?comic_id=11
or this
http://apod.nasa.gov/apod.rss
I can see that i.e. the 'Snafu-comics' uses feedburner on this feed
http://feeds2.feedburner.com/snafucomics
which produces the result I'm after, but when I burn my wordpress site I'm unable to achieve the same output.
And you've tried using http://marilynscloset.dk/feed/rss2 in your app?
Yes, unfortunately that didn't do the trick.
It sounds to me like the issue may lie with how your app is processing the feed, but without knowing more about the app (i.e. what it is built in/with), it's impossible for me make any more concrete suggestions.