Hi, I have installed wordpress mu on my website (ceeforums.com/Blog/) and currently have three blogs running. I want to show 5 recent posts of each blog on a page outside of wordpress system (the main page of the website). I searched and found in wordpress, it could be done using
<?php require('./Blog/wp-blog-header.php');?>
<?php wp_get_archives('postbypost' '5'); ?>
But how can I achieve the same result in wordpress mu? The path to one of three blogs is /Blog/zaozao/. Please advise, thanks a lot.