1 2 3 4 5 6 7 8 9 10 |
<?php $args = array( 'child_of' => 0, 'sort_order' => 'ASC', 'sort_column' => 'post_title', 'hierarchical' => 1, 'post_type' => 'page' ); wp_dropdown_pages( $args ); ?> |
Others to include
‘exclude’ => ,
‘include’ => ,
‘meta_key’ => ,
‘meta_value’ => ,
‘authors’ => ,
‘exclude_tree’ => ,