me have the following fragment codes:
[php] $args = array(
'depth' => 1,
'show_date' => '',
'date_format' => get_option('date_format'),
'child_of' => 588,
'exclude' => '',
'include' => '',
'title_li' => '',
'echo' => 1,
'authors' => '',
'sort_column' => 'post_date',
'link_before' => '',
'link_after' => '',
'walker' => '',
'post_type' => 'page',
'post_status' => 'publish'
); [/php]
[php] wp_list_pages( $args ); [/php]
how to display the page shown on the first line in the above code when I add a new page to its children?