How to display children but not grandchildren
-
Hello,
I’d like to list the child elements of a particular category without listing its grandchildren. Currently, my code lists all children and grandchildren. This is the code that I’m using:
<?php $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0"); if ($children) {?> <?php echo $children;?> <?php }?>
Can anyone lend me a hand? Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to display children but not grandchildren’ is closed to new replies.