• 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
    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)
  • did you ever fix this?

    i dont think include sorts, you should add &sort_column=menu_order, then pick the order in the admin area

    Thread Starter jami1955

    (@jami1955)

    The sort order must be set for each page on the edit page screen, then the pages in the list will sort themselves according to that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘listing pages out of specified order’ is closed to new replies.