Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm researching at google for hours, but could not find anything :/

how can I create rss.xml for my wordpress blog?

I do not mean feed://www.blabla.com/blog/feed/ ! I need the posts in .xml format. how can I create such .xml for my wordpress posts?

I need http://www.blabla.com/blog/rssfeed.xml

NOT feed://www.blabla.com/blog/feed/

For example msnbc has such file http://rss.msnbc.msn.com/id/3032091/device/rss/rss.xml

Thanks a lot!

share|improve this question
What exactly do you mean by XML format? RSS is XML based. – Pekka 웃 Nov 9 '09 at 13:18
i need to www.blabla.com/rssfeed.xml format file. i have sth to do with php :/ – designer-trying-coding Nov 9 '09 at 13:19
The response from feed://www.blabla.com/blog/feed/ is (most likely) XML in RSS format. I don't understand the question. – R. Martinho Fernandes Nov 9 '09 at 13:21
You mean, you want to use a different URL to access the feed? – R. Martinho Fernandes Nov 9 '09 at 13:22
i need to get last few blog post with php to an another website's homepage. I can take post from blabl.xml with php. – designer-trying-coding Nov 9 '09 at 13:25
show 3 more comments

2 Answers

You want to add external RSS feeds to your Wordpress blog? WordPress › FeedWordPress « WordPress Plugins

share|improve this answer

Listen to what others here are telling you. Your WordPress site provides XML through the /feed url on your site. If the admin of the other site is telling you that it won't work then find a more knowledgeable person on that end to do the implementation.

share|improve this answer

protected by Community Jun 4 '11 at 15:20

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.