Hello,
I'm struggling with an issue in rss now. I really wasn't able to find a quick solution, maybe 'cause I'm new to WP platform.
When I make a post with an image in a blog created directly on wordpress there are tags and namespace added to rss feed I actually need 'cause of meta info:
<media:content url="..." medium="image">
<media:title type="html">some images</media:title>
</media:content>
xmlns:media="http://search.yahoo.com/mrss/"
Also RSS link in the bottom of page looks like:
http://blog.wordpress.com/feed/
However, I maintain another worpress blog which was installed as a distribution v.2.7 (was upgraded from 2.x.x ).
The problem is, the media namespace and tags are not being added to rss when I add media content - it just renders html to cdata in content, that's it.
also rss link looks like:
http://blog.wordpress.com/?feed=rss2
and http://blog.wordpress.com/feed doesn't work.
I suppose there's some trick with config, but I'm not able to locate any info.
Thank you.