I have a small network of sites setup with WordPress 3.0\'s multisite feature. I would like to create another site which pulls certain posts from the various other sites to disp
I had the similar issue where I wanted to get posts from one blog and display it on an other I came up with the following solution which you could modify slightly to meet your needs if needed
I'm also limiting the amount of words which is being out putted if you do not want this feature simple use
$post->post_title;
Hope it helps.