/wp-content/plugins/ directorytheme_css to your theme CSS file<?php wp_css_dropdownmenu(); ?> in your header.php file (or anywhere you want the drop-down menu to render)<?php wp_css_dropdownmenu('<div class="menu"><ul>', '</ul></div>'); ?>
Or you can have no wrapping whatsoever: <?php wp_css_dropdownmenu('',''); ?>Just to be clear, will give you default wrapping which is what I gave in the first example. If you want a custom wrapping just use the first example I gave, but be sure to include the menu class.




