Hi, I have a textfield in user profile page where authors can add rss feeds from their multiple blogs. Now i want to show post from mixed rss feed sorted by publish date. For a single rss i have used the fetch_feed() function before.
WordPress uses simple pie for fetch_feed(); Is this function supports multiple rss feed in an array?
Thanks!
This may not help, but there are plugins like Feed WordPress that will let you publish posts from other people's feeds on your site.
I have checked this plugin before. But i am not sure if the plugin create new posts with the feeds or not. I don't want to populate my database with the posts but only show multiple feeds to one.
Actually i am making a profile page for my blog network authors. Authors posts in multiple blogs and i want to show activity from multiple blogs like this page:
http://www.chicagonow.com/profiles/chicagofandom
Thanks!
One more thing. It may be of topics to this post.
Is it possible to show the site name, site title and url from where the feed is loading by fetch_feed(); function?
Searched it here http://simplepie.org/wiki/reference/start#simplepie_item May be i have missed it.