In my project i have a grid of images representing podcast themes. To do this I told simplepie 1 item per feed and passed in an array of feeds. I wanted to link the images to the feed url so in the foreach loop i had a counter s($i) tarting at 0. To get the feed url I would have "echo feeds[$i];" With the end result my feeds are in a different order than the links so the links go to the wrong feeds.
SimplePie appears to be sorting by which feed has the most current item. How do I turn it off?