Fetch Feed

Fetches an RSS feed and returns RSS as array

Author:JR Tashjian (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:2.8
Plugin version:1.5
Added to WordPress repository:22-01-2009
Last updated:11-08-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://jrtashjian.com
Total downloads:4 702
Active installs:10+
plugin download
Click to start download

This plugin was created to retrieve and cache an RSS feed for use in a template.

What you do is pass the url to the feed you would like returned and the number of minutes you would like the feed cached for. The plugin will cache the RSS xml and return the feed as an object which you can loop through and output however you please.

New As Of Version 1.5: - Fixed a typo that caused the feed to be retrieved and cached every time. Credit: Binny V A (http://www.bin-co.com/blog/) - Thanks man!