Show all posts on a twentythirteen multisite
I'm using the default twentythirteen on a wordpress 4.0 site. I have one site in the network right now. I may be adding one or two next year or so. Both blogs are using twentythirteen. Right now the "main" blog only loops out its own posts. I want it to include the child blog. Is there a good way to do this? Doesn't matter if i have to do some manual tinkering in the code when i add a blog to the network since i won't be doing that often.
Edit: i want the posts to appear in the main content area like the posts from the main blog. In the same default style as twentythirteen.
Edit 2: Clarification. The twentythirteen theme have "The Loop" in index.php.
?php while ( have_posts() ) : the_post(); ?
?php get_template_part( 'content', get_post_format() ); ?
?php endwhile; ?
If i could get that while loop too fetch the child blogs too i'd get exactly what i'm after. I know this will have more consequenses that needs to be addressed (the paging for example) but this is essentially what i'm after.
Topic theme-twenty-thirteen frontpage multisite Wordpress
Category Web