Tag: RSS feed

  • RSS feed aggregator/combiner in PHP with Magpie RSS (v2)

    I have recently upgraded the code to combine multiple RSS feeds, for the original version see this post. To install, extract the following zip file to a directory where you want your combined feeds to be displayed, I use t.com/combinedfeed as xxxxx.com/feed is already used by WordPress. Edit index.php for your site, and make sure…

  • RSS feed aggregator/combiner in PHP

    Having also a second blog, I needed a way to combine the RSS feeds into one, hence, the following code was written (well, modified from this code). The code uses MagpieRSS to read and FeedCreator to write. Thanks to Scott Hurring for code to grab the RSS feed title. The code has been tested with…