PHP code for Drop Down Menue
-
Hi,
I’ve just installed the theme Overeasy from Woo Themes on my site https://www.saymma.com. I’ve created parent pages which appear in the top navigation menu, and three child pages under one of the parent pages. However, the 3 child pages are not appearing in a pull-down menu from the parent. Is this something I have to fix in php in the header.php file? Here is the code that is in there now:
<div id=”nav1″>
-
<li <?php if ( is_home() ) { ?> class=”current_page_item” <?php } ?>>/”><span>Home</span>
<?php if ( get_option(‘woo_addblog’) ) { ?><li <?php if ( is_category() || is_search() || is_single() || is_tag() || is_search() || is_archive() ) { ?> class=”current_page_item” <?php } ?>>” title=”Blog”><span>Blog</span><?php } ?>
<?php woo_show_pagemenu( get_option(‘woo_menupages’) ); ?></div>
<!–/nav1–>Does anyone know how to do this?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP code for Drop Down Menue’ is closed to new replies.