Display your WordPress menus as a dropdown select box. Great for mobile designs.
As of April 2026, Dropdown Menus is a WordPress ui plugin with 300 active installations and a 4.4/5 rating from 5 reviews. It has been downloaded 31K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2011. Last updated 13 years ago — may have compatibility concerns. Top alternative: Radio Buttons for Taxonomies.
Sometimes for mobile design or more generally small-screen design it can be beneficial to save space by using a dropdown for your navigation.
This plugin provides a way to display your custom menus as dropdowns either using a widget or a function call and can be used as an include in any theme.
If you are using the plugin with a theme you can use the function dropdown_menu() in place of calls to wp_nav_menu().
The dropdown_menu() function takes the same arguments as wp_nav_menu() with the addition of three extras:
<?php
dropdown_menu( array(
// You can alter the blanking text eg. "- Menu Name -" using the following
'dropdown_title' => '-- Main Menu --',
// indent_string is a string that gets output before the title of a
// sub-menu item. It is repeated twice…| WordPress | 3.0+ requiredTested up to 3.5.2 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.