The problem with feeds and Wordpress is that each feed is semantically different, i.e. has different ways of describing data. Your plugin must be able to parse the XML feed as it comes in; and since each feed is a little different, it can be hard to get a good parse. Your best bet is to either design your own plugin, modify someone else's plugin, or hire someone to do it for you.
|