i've read all the docs, i've traced and grokked the php and i'm pretty sure it's not possible, but-
i'm using wp_list_pages with include e.g. wp_list_pages("include=6,12,9,100,2")
i want the output order to be exactly as specified: 6,12,9,100,2
the defaults for sort_column are 'menu_order, post_title' and the only way to override is sort it differently, not refrain from sorting at all.
my workaround is to have five separate calls to wp_list_pages including each one separately, but that's ... ugly.
many thanks!