Hi,
I have a query that look like this:
$services_list = new WP_Query();
$services_list->query('post_type=page&showposts=3&post_parent='.$services_pid. '&orderby=date');
It shows 3 pages by date.
I want to pick the 3 pages, and im trying to use:
&orderby=ID
But i cant make it work.
Can someone tell me how this code should look like?
Thanks in advance
Morten.