If this topic has been addressed using maybe more appropriate wording than I did, please point me in the right direction. I'm sure you hate redundancy.
Like many online magazines, I aspire to be like, I am trying to figure out how to separate my MAIN blog site with excerpts from my subdomain sites into different sections. (events.myblogsite.com, news.myblogsite.com).
I have successfully installed multisite and have created the above sites. What I do want is to be able to put the excerpts of the subdomain blogs on my main site so I can place them in different sections and be able to manipulate the loop just like I do with the blogs on my main site..
For example:
MAIN SITE (myblogsite.com)
<section id= main_site_blogs>
my main blog loop excerpts
</section>
<section id=News>
excerpts from news.myblogsite.com (with "count" ability)
</section>
<section id=Events>
excerpts from events.myblogsite.com (with "count" ability)
</section>
end of MAIN SITE
any help will be greatly appreciated family.