I have navlinks on my sidebar which goes to the subpage of each. But I need to link those subpages to subpages under them and I can't figure out how to do it. Is depth the correct way?
I have navlinks on my sidebar which goes to the subpage of each. But I need to link those subpages to subpages under them and I can't figure out how to do it. Is depth the correct way?
Look for <?php wp_list_pages(); ?> in your sidebar and remove any reference to depth=1.
Thanks, there is a depth 1. So I don't put a bigger number, I just take out the 1?
So I don't put a bigger number, I just take out the 1?
No - remove &depth=1 completely. WP will then default to listing all pages irrespective of how deeply they are nested.
http://wordpress.org/support/topic/268418?replies=6
Closing this.
This topic has been closed to new replies.