you can use below code to show all child of
parent who has id 10.
<?php wp_list_cats('child_of=10'); ?>
you can also use this
<?php wp_list_pages('child_of=10&
sort_column=post_title&title_li=')?>
you can use below code to show all child of
parent who has id 10.
<?php wp_list_cats('child_of=10'); ?>
you can also use this
<?php wp_list_pages('child_of=10&
sort_column=post_title&title_li=')?>
© PHPInterviewQuestion.com 2009 - 2012

Comments