I can conceptually visualize this, but can't quite put it down in code. I have an internal WPMU site that is using Windows Active Directory DNS to serve the fake domain so that only users inside my Forest can access the site. I also have sub domain sites for all the individual units in our company.
We want to display the 5 latest posts from each of the subdomain sites. I know the best choice would be to use the RSS widgets and call it a day. Unfortunately, because of the tricky DNS issues, the subdomain RSS feeds don't always work and we need a higher level of reliability.
So what I was thinking was, couldn't I hardcode a query on the main site for each of the blogs and pull up the latest 5 posts? Basically I want to do what the RSS widgets do, but for reliability purposes I want to directly query the database.
I've tried searching and most people are trying to accomplish Latest Posts from all blogs in one feed. Thanks for any help!