Drop Down Menu doesn’t work. Please Help!
-
The theme i’m using “Affair” won’t drop down the sub menus of the pages at the top nav bar. This is some code from the header. Not sure if it’s relevant or if anyone can suggest a plug in to fix this problem. thanks.
<ul id=”nav”>
<li class=”<?php if ( is_home() ) { echo “current_page_item”; } else { echo “page_item”; } ?>”>“>Home
<?php wp_list_pages(‘title_li=&sort_column=menu_order&depth=1’); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Drop Down Menu doesn’t work. Please Help!’ is closed to new replies.