I was able to view your feed without any problem. Did you find the cause?
Quite strange… I still only see the titles, no content. I’ve tried two different computers with different RSS readers.
Sorry – thought you’d configured the feed to display only titles. In that case, I’ve confirmed the problem with all 3 feeds.
What plugins are you running apart from Bad Behaviour?
Akismet and some completely unrelated plugins. I’ve already went through the process of deactivating them and checking. I really have no idea what’s going on.
Is there anything in the theme that could have re-written the RSS functions? Would a temporary test activation of the default theme be out of the questions? I’ve just checked the feed and it validates perfectly. I can’t believe that a bug somewhere would pull that off.
Yes, it is most likely the theme! I switched to the default theme and everything worked just fine! I’ll have to go over the code in my theme, carefully… but I produced it from the ground up and I have no idea how it could mess it up. First stop, check the functions.
I really appreciate the help! You put quite a lot of effort in this problem. FIrst I’m going to fix my problem and then crawl down the support forum to see who I can help in return.
Solved… I used an action and a filter to turn wrap all ampersands in the title with <em> tags. That was causing the problem. I should just remove this, specify more clearly when to do this, or pull the titles from the db separately in my theme files. For now I just turned it off.
Again, thanks so much!