Thanks John, I'll try this out. 2009/8/3 John Kolbert <admin at simply-basic.com> > Try this: > > <?php query_posts(array("post__in" => array(21,2,3,4), 'post_type' => > 'page')); ?> > >