possible for wp_list_pages to sort by order specified in include= param?
-
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!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘possible for wp_list_pages to sort by order specified in include= param?’ is closed to new replies.