ok so I'm wanting to design a site that will have children to parent pages. The normal nav will be in a "index_sidebar.php".
On top of that, I will want the links of the children to appear on a "inside_sidebar.php". (inside "pages" will look different than the
To further explain my, I've created a framework.
Here's a pic of what I'm trying to do.
The blue is the parent nav and the red is WHERE the children nav will be (ignore the stuff that is there now).
Only 3 pages have children, so I'm wondering if there's a cool/easy WP-php tag I could throw where the children nav would be that would ask the parent nav "if there's children, show here; if not, show nothing and allow the 'recent comment' box to move up in place".
It may be a stretch asking for that, but I thought check.
Any help would be MUCH appreciated.
-Eric