php - Getting the Wordpress Rss file -


I am running a WordPress blog and would like to use the actual file which creates a feed unfortunately when I do this Throws many errors because it is using a lot of functions.

My best idea is to create a duplicate file, which does not require those functions or they are hard-coded but I want to get a second opinion on this.

I am running WP2.7.

Moving the file into a file is a clear solution The question is that you need the file in the first place Why is that?

If you want all to easily remove posts from DB and format them in RSS feeds, then you can leave it completely on WP and it will be all files with less than 30 line code With

Roy


Comments