Template Tags/wp list pages « WordPress Codex
ZitatAlles anzeigensort_column (string)
Sorts the list of Pages in a number of different ways. The default setting is sort alphabetically by Page title.
'post_title' - Sort Pages alphabetically (by title) - default
'menu_order' - Sort Pages by Page Order. N.B. Note the difference between Page Order and Page ID. The Page ID is a unique number assigned by WordPress to every post or page. The Page Order can be set by the user in the Write>Pages administrative panel. See the example below.
'post_date' - Sort by creation time.
'post_modified' - Sort by time last modified.
'ID' - Sort by numeric Page ID.
'post_author' - Sort by the Page author's numeric ID.
'post_name' - Sort alphabetically by Post slug.