Title: Single Value Taxonomy UI
Author: mitcho (Michael Yoshitaka Erlewine)
Published: <strong>Rhagfyr 11, 2011</strong>
Last modified: Medi 7, 2012

---

Search plugins

Nid yw’r ategyn hwn **wedi cael ei ddiweddaru ers 3 ryddhad mawr**. Efallai nad 
yw’n cael ei gynnal bellach ac efallai bod materion cydnawsedd wrth gael ei ddefnyddio
gyda fersiynau mwy diweddar o WordPress.

![](https://s.w.org/plugins/geopattern-icon/single-value-taxonomy-ui.svg)

# Single Value Taxonomy UI

 Gan [mitcho (Michael Yoshitaka Erlewine)](https://profiles.wordpress.org/mitchoyoshitaka/)

[Llwytho i lawr](https://downloads.wordpress.org/plugin/single-value-taxonomy-ui.0.3.zip)

 * [Details](https://cy.wordpress.org/plugins/single-value-taxonomy-ui/#description)
 * [Reviews](https://cy.wordpress.org/plugins/single-value-taxonomy-ui/#reviews)
 *  [Installation](https://cy.wordpress.org/plugins/single-value-taxonomy-ui/#installation)
 * [Development](https://cy.wordpress.org/plugins/single-value-taxonomy-ui/#developers)

 [Cefnogaeth](https://wordpress.org/support/plugin/single-value-taxonomy-ui/)

## Disgrifiad

This infrastructure plugin adds basic UI for single-valued taxonomies, i.e. a taxonomy
with presents a `select` widget.

#### Usage

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](http://globalshakespeares.org).

## Lluniau Sgrin

 * [[
 * An example of two single value taxonomies

## Gosod

 1. Upload to your plugins folder, usually `wp-content/plugins/`. Activate.
 2. Create your single valued custom taxonomy. See the readme for details.

## Adolygiadau

There are no reviews for this plugin.

## Contributors & Developers

“Single Value Taxonomy UI” is open source software. The following people have contributed
to this plugin.

Cyfranwyr

 *   [ mitcho (Michael Yoshitaka Erlewine) ](https://profiles.wordpress.org/mitchoyoshitaka/)

[Translate “Single Value Taxonomy UI” into your language.](https://translate.wordpress.org/projects/wp-plugins/single-value-taxonomy-ui)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/single-value-taxonomy-ui/),
check out the [SVN repository](https://plugins.svn.wordpress.org/single-value-taxonomy-ui/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/single-value-taxonomy-ui/)
by [RSS](https://plugins.trac.wordpress.org/log/single-value-taxonomy-ui/?limit=100&mode=stop_on_copy&format=rss).

## Cofnod Newid

#### 0.3

 * [Bugfix](https://wordpress.org/support/topic/plugin-single-value-taxonomy-ui-missing-esc_attr):
   fixed behavior with apostrophes in terms.

#### 0.2

 * Use `singular_name`, if specified, instead of `name`. Thanks to Reuven Kaplan
   for the suggestion.

#### 0.1

 * Initial upload

## Meta

 *  Version **0.3**
 *  Last updated **14 blynedd yn ôl**
 *  Active installations **50+**
 *  WordPress version ** 3.1 neu uwch **
 *  Tested up to **3.4.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/single-value-taxonomy-ui/)
 * Tags
 * [infrastructure](https://cy.wordpress.org/plugins/tags/infrastructure/)[required](https://cy.wordpress.org/plugins/tags/required/)
   [select](https://cy.wordpress.org/plugins/tags/select/)[single value](https://cy.wordpress.org/plugins/tags/single-value/)
   [taxonomy](https://cy.wordpress.org/plugins/tags/taxonomy/)
 *  [Advanced View](https://cy.wordpress.org/plugins/single-value-taxonomy-ui/advanced/)

## Graddau

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/)

## Cyfranwyr

 *   [ mitcho (Michael Yoshitaka Erlewine) ](https://profiles.wordpress.org/mitchoyoshitaka/)

## Cefnogaeth

Rhywbeth i’w ddweud? Angen help?

 [Gweld y fforwm cefnogi](https://wordpress.org/support/plugin/single-value-taxonomy-ui/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://tinyurl.com/donatetomitcho)