I’m running a wordpress blog and would like to access the actual file that creates the feed. Unfortunately when I do that it throws up a lot of errors because it’s using a lot of functions.
My current best idea is to make a duplicate file that doesn’t need those functions or has them hard coded in but I want to get a 2nd opinion on this.
I’m running WP2.7.
Moving the files in a single file is the obvious solution. The question is why do you need the file in the first place?
If all you want is to easily extract the the posts from the DB and format them in an RSS feed you can give up on WP completely and do it all with a file with less than 30 lines of code.
Roy.