Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

kythuat.us on "needs to help for code page"

$
0
0

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?


Viewing all articles
Browse latest Browse all 8245

Trending Articles