This wordpress plugin is for show custom external rss feed in category page.
For example if you want a category page list rss feed from another site category page, this is for you.
It is my first wordpress plugin (ok, maybe not exactly the very first hello world like ;)
It use simplepie because I like it. (it is included in package and license is almost compatible)
License: GPL
From an idea of: IM Evolution a SEO/SEM Company
Admin page:
yes, found: http://www.haughin.com/code/simplepie/
and tried with php 5.3 installation ... simply do not work
I recalled there was a problem in simplepie for assign new by reference, just downloaded newer code from http://simplepie.org/ ... still same problem.
So
sed 's/=&\ new/=\ new/' simplepie.inc > Simplepie.php
adding if ( ! defined('BASEPATH')) exit('No direct script access allowed'); to first line, removing ?> from last line, make things work.