Just a minor annoyance:
According to http://codex.wordpress.org/WordPress_Feeds#Finding_Your_Feed_URL
Many variations of my feed should work according to codex:
"If you are using custom permalinks, you should be able to reach them through this usage:
http://example.com/feed/
http://example.com/feed/rss/
http://example.com/feed/rss2/
http://example.com/feed/rdf/
http://example.com/feed/atom/
"
Howeverm when my template calls
bloginfo('rss_url'
a non working feed is givenm which should work but doesn't.
See http://harry.biketravellers.com, upper right corner, feed shows empty, but when taking off /rss part it works.
Is this a bug in 1.5.1? Frankly I do not know if this also happened before, but it is theme independent. Strangely enough it is ok in Meta, what code is used there?
Cheers, Bike