This infrastructure plugin adds basic UI for single-valued taxonomies, i.e. a taxonomy with presents a select widget.
As of April 2026, Single Value Taxonomy UI is a WordPress select plugin with 50 active installations and a 5/5 rating from 1 reviews. It has been downloaded 4.9K+ times in total. Requires WordPress 3.1+ and PHP false+. Available on WordPress.org since 2011. Last updated 13 years ago — may have compatibility concerns. Top alternative: Navigation menu as Dropdown Widget.
This infrastructure plugin adds basic UI for single-valued taxonomies, i.e. a taxonomy with presents a select widget.
When registering your custom taxonomy, add the argument single_value set to true to get the single value UI. If a selection of this term is required, also add required set to true.
register_taxonomy(
'astrological_sign',
array( 'person' ),
array(
'hierarchical' => false,
'show_ui' => true,
'required' => true,
'single_value' => true
)
);
Development of this plugin supported by MIT Global Shakespeares.
| WordPress | 3.1+ requiredTested up to 3.4.2 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.