Hi,
Is it possible to alter the code given on codex.wordpress.org/Function_Reference/fetch_feed so that it can display a list of feeds from multiple sources?
Something like:
$feed = fetch_feed(array('http://feed1', 'http://feed2'));
I'm not really good at php to solve this on my own...
Thanx