Hi, I set up an rss template yesterday to publish the posts from a weblog. Currently I have 4 weblog entries in this weblog. In order for the RSS feed to work, I need to set at least one entry to open. If I set them to one of my custom statuses ‘featured’ or to ‘closed’, I am getting a message saying ‘This feed contains no entries’. I made sure to check in the RSS template that I am including all statuses which I am doing with the following code:
status="not closed"status="Featured|open"It doesnt matter what I use in the template, it seems as though at least one entry needs to be set to status in order to show all the posts in the feed. any thoughts on this one?