In the rss.php file, the end channel tag </channel>
needs to be moved to near the bottom of the file.
Currently, the end channel tag is in the top part of
the file, around line 10.
PHP Code:
</description>
</channel>
<?php
The ending channel tag should be near the bottom of the file,
second to the last line, like this:
PHP Code:
</channel>
</rss>