Broken RSS Feed
-
I’m working on a site redesign, and I’m so close I can taste it. The last big bug I’m seeing is the RSS feed.
I’ve done quite a bit of customization to the normal implementation, and I’m sure that’s the issue, somewhere. I’m using WP to generate the blog page sans header or footer, then using the generated PHP as an include. You can see it here:
http://barnaclepress.dreamhosters.com
It all works well, but the RSS feed is looking to the index.php file in the root, which isn’t the standard WP index, and so the XML doc is picking up the header/footer/non-blog stuff. I’m pretty sure that’s what’s breaking the feed (http://barnaclepress.dreamhosters.com/?feed=rss2).
How do I adjust the feed so that it looks at another file, say indexRSS.php, which I’ll set up cleanly for XML formatting. Or is this even the issue at all?
The topic ‘Broken RSS Feed’ is closed to new replies.