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?
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?
You must be logged in to post a comment.
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.
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.