<?php $CatPosts = new WP_Query("cat=1,2,3,4&showposts=4"); while($CatPosts->have_posts()) : $CatPosts->the_post();?> - <?php the_title(); ?><br /> <?php endwhile; ?>