specific pages
-
Hi,
Can anyone help me to refine this line of code?
<?php $ids = array(); query_posts(array('post_type' => 'page'));
I would like to add some specific pages to query.
I tried
<?php $ids = array(); query_posts(array('post_type' => 'page' 'page_id'='329,17,14,6));
but it doesn’t work…
Can anyone put me on the right track?
Thanks in advance,
All the best
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘specific pages’ is closed to new replies.