It was maybe a year ago I installed an SEO plugin on my wordpress blog, and ever since then my rss feed has been messed up. Even after I removed the plugin, my feed has not worked. I do not remember the name of the plugin. The feed itself works, but parsers get an error message. Lets say that I submit my RSS feed to a feed directory, or a feed mixer, all they get is an error. The line in the feed that causes the error is <slash:comments>0</slash:comments> How do I remove that line from my wordpress rss feed?
When you removed the plugin, did you deactivate it first? Maybe it added something to functions.php that is still active.
Thank you but I found the issue, I downloaded the feed-rrs2.php file to my computer, removed the lines that called the comments, renamed the original files and uploaded the edited version. So far everything is working good. Since the feed no longer calls the comments, there are no errors.