Menus not showing children in drop down
-
This is the second theme I’ve tried where the children of my parent categories are not showing up in a drop down menu correctly. They are now appearing on top of each other in a big mess: see site.
Here is the code in the header.php for the navigation menu:
<div id="nav"> <ul> <li <?php if(!is_page()) echo 'class="current_page_item"'; ?>><a href="<?php echo get_option('home'); ?>/">Home</a></li> <?php wp_list_pages('title_li='); ?> </ul> <a href="<?php bloginfo('rss2_url'); ?>" id="feed">Subscribe</a> </div>
What can I do to make the subcategories display in a drop down menu? Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Menus not showing children in drop down’ is closed to new replies.