I'm using this call:
<?php wp_list_pages('title_li=&depth=1&include=495,1500,1502,11,496,13'); ?>
to list the pages specified in the call. They should appear in the order listed there. They are appearing in this order instead:
1502,495,1500,496,11,13
The page is here
http://jamiestclair.com
any help would be appreciated, I need those to appear in the order specified.
thanks
JSC