[Plugin: Dropdown Menus] usage tip for using dropdown menus plugin
-
for some reason you can’t call it like:
<?php dropdown_menu(‘nav-footer’); ?>
instead you need to do call it like:
<?php dropdown_menu( array(
‘menu’ => ‘nav-footer’
)); ?>this took me a while to figure out and I thought the plugin was broken… hope it helps someone
brent
@
mimoYmima.com
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[Plugin: Dropdown Menus] usage tip for using dropdown menus plugin’ is closed to new replies.