Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $args = array(
- 'depth' => 0,
- 'show_date' => '',
- 'date_format' => get_option('date_format'),
- 'child_of' => 0,
- 'exclude' => '',
- // 'include' => '91,93,95',
- 'include' => '',
- 'title_li' => __(' '),
- 'echo' => 1,
- 'authors' => '',
- 'sort_column' => 'menu_order, post_title',
- 'link_before' => '',
- 'link_after' => '',
- 'walker' => '',
- 'post_type' => 'page',
- 'post_status' => 'publish'
- );
- wp_list_pages($args );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement