[wp-hackers] WP_Query and multiple pages

Ade Walker photofantaisie at gmail.com
Mon Aug 3 19:54:15 UTC 2009


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')); ?>
>
>


More information about the wp-hackers mailing list