Feed aggregation in WordPress
March 25th, 2006 ComputingDuring last weekend, I had an idea to aggregate the feeds from my daughter’s baby friends’ blogs and flickr photos into her blog so that we don’t have to visit them one by one. Though I can read the updates in Bloglines but it’s neat to put them together. After doing some search (salut Google!), I implemented this solution:
- Use Gregarius to aggregate all the feeds.
- Use rss2html free script to generate HTML code in a Wordpress page.
- Use the phpexec plugin for Wordpress to make PHP run inside a Wordpress page possible.
Besides, I use cron job to make Gregarius update the feeds at a fixed time interval, say, every 2 hours.
This solution turns out to work very well. Gregarius is essentially a very good open source feeds aggregator and it can be used as a stand alone feeds reader on your own server. The free rss2html script just does what the name tells, and its simple template supported feature is very nice to format output style.
I also tried another Wordpress plugin aggregated blog feeds and found it does similar things in a much simpler manner. But it strips all images in messages and I didn’t find an option to enable it. If only titles or abstracts are what you need for feed aggregation in Wordpress, you gotta give it a try.
Share ThisRelated Posts
- Integrate Gallery and WordPress
- Import from blogware .xml file to WP
- Wordpress and .htaccess problem
- Feed your blog into space
- WordPress database backup and restore
Trackback URI | RSS feed for comments on this post

Recent Comments