Hi,
Tried #12 but it simply duplicates the nav bars(pages) of the top portion of the header w/ the bottom ones. this is the code in my header file:
<div id=”pages”>
<?php wp_list_pages(“sort_order=$artsee_order_page&depth=1&exclude=$artsee_exclude_page&title_li=”); ?>
With this all pages in the dashboard will show up as nav bar (top to bottom of the header) but not the subpages. Increasing the depth will make the subpage a “permanent” nav bar. dont want that. I just want the subpage to be seen if i hover on the parent page.
Hi,
Almost same issue. I can create a subpage but it wont show up if i hover over the parent page w/c is a navigation bar. need help