Hi all,
I have tried to add a list of pages under the category menu bar which I have been able to do successfully, what I haven't been able to do is get it to display pages that are listed as 'child' under the main page.
I have added to the 'depth' field, but this hasn't helped.
How can I get the tab to display child pages under the main page listed?
This is what I have:
<div id="navcontainer">
<ul id="nav">
<li <?php wp_list_pages('title_li=&depth=3&sort_column=menu_order&include=3093,1089,988,67,2,38');?>
</ul>
</div>
The pages are the correct ones and the 3093 page 'should' list sub pages but I do not know how to tell the code to list pages under the 3093 page...
I hope I have explained this correctly!
Thanks in advance for any help.