I want to display some external RSS Feeds in my theme - not on a sidebar - just before a homepage content that I'm building.

Is there a core shortcut or method to display RSS on themes?

link|improve this question

feedback

2 Answers

You may use the method provided by Jeff here :

http://digwp.com/2009/11/import-and-display-feeds-in-wordpress/

read the comments as the feed.php include is not required.

link|improve this answer
feedback

See the codex for fetch_feed, the page has also e example to learn and modify. Alternativ you can use plugins for more paramters, as example see for the plugin RSSImport.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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