Hi alphaphi - thanks for getting back to me.
OK - this is where i might get a bit lost....
The code in my sider bar is as follows....
<li class="feed"><a title="RSS Feed of Posts"
href="<?php bloginfo('rss2_url'); ?>">
Posts RSS</a></li>
<li class="feed"><a title="RSS Feed of Comments"
href="<?php bloginfo('comments_rss2_url'); ?>">
Comments RSS</a></li>
....so i think i have the right php call in there - and the 'Comments' feed works when the 'Posts' feed is just blank.
I am not sure if changing the 'type' tag in the header would make a difference to the feed being blank on clicking the link, as it would just change how the feed might be read by a reader and not how it is generated, but i may be way wrong there so pls advise.
Also, when i try and validate the feed i get the following response....
Sorry
This feed does not validate.
*
line 1, column 0: XML parsing error: <unknown>:1:0: no element found [help]
In addition, this feed has an issue that may cause problems for some users. We recommend fixing this issue.
*
Feeds should not be served with the "text/html" media type [help]
Source: http://www.200feet.com/blog/feed/
1.
so it truly does seem to be blank.
what might cause a feed to do this?