listing pages out of specified order
-
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,13The page is here
https://jamiestclair.com
any help would be appreciated, I need those to appear in the order specified.
thanks
JSC
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘listing pages out of specified order’ is closed to new replies.