Dear Forum, I hope you can help me...
I have a menu, which shows ALL my pages. However, I would like it to show the top-level pages ONLY. I have searched many examples of code on how to call pages, exclude pages, etc, but this I cannot crack.
Here is the simple code:
( <!--topnav menu-->
<div class="topnav">
-
<?php wp_list_pages('title_li='); ?>
<div class="clr"></div>
</div>
<!--/topnav -->)