I have something like <?php query_posts('author=2&showposts=4'); ?>
Say if i just wanted to do a blog... I have tried <?php query_posts('blog_id=2&showposts=4'); ?>
and
<?php query_posts('blog=2&showposts=4'); ?>
but it doesn't seem to get the correct blog.. is there a way to write this function in?