Forums
(@lisbeth)
19 years, 9 months ago
I was able to exclude the child pages by adding a depth paremter. The code looks like this: <?php wp_list_pages('depth=1') ?> Hope that helps.
<?php wp_list_pages('depth=1') ?>