> > You could use get_pages < > http://codex.wordpress.org/Function_Reference/get_pages> to get an array > of the pages, then loop through them creating a custom structure. > Or you could write your own walker for wp_list_pages.