Hello,
I need a plugin which can show posts from first blog on second blog. I mean, I've a blog, where is normally posts. And there I want to show posts from my second blog, too - posts with title, content (only few words), read more link, date and comments...it should look like normall blog posts, but it'll be via RSS
Thanks
Why not just use the fetch_rss function? Take a look at wp-admin/index-helper.php (I think that's what it's called) for a pair of examples of usage.
I know about fetch_rss function, but it shows only title of post....and in documentation is nothing about how to show content, comments etc. with fetch_rss
Really thank for help.... :(