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

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# Single Value Taxonomy UI

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

[Stáhnout](https://downloads.wordpress.org/plugin/single-value-taxonomy-ui.0.3.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/single-value-taxonomy-ui/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/single-value-taxonomy-ui/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/single-value-taxonomy-ui/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/single-value-taxonomy-ui/#developers)

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

## Popis

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

#### Použití

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).

## Snímky obrazovky

 * [[
 * An example of two single value taxonomies

## Instalace

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

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Single Value Taxonomy UI je otevřený software. Následující lidé přispěli k vývoji
tohoto pluginu.

Spolupracovníci

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

[Přeložte “Single Value Taxonomy UI” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/single-value-taxonomy-ui)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/single-value-taxonomy-ui/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/single-value-taxonomy-ui/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/single-value-taxonomy-ui/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/single-value-taxonomy-ui/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 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

 *  Verze **0.3**
 *  Poslední aktualizace **před 14 roky**
 *  Aktivních instalací **50+**
 *  Verze WordPressu ** 3.1 nebo novější **
 *  Testováno až do WordPressu **3.4.2**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/single-value-taxonomy-ui/)
 * Štítků
 * [infrastructure](https://cs.wordpress.org/plugins/tags/infrastructure/)[required](https://cs.wordpress.org/plugins/tags/required/)
   [select](https://cs.wordpress.org/plugins/tags/select/)[single value](https://cs.wordpress.org/plugins/tags/single-value/)
   [taxonomy](https://cs.wordpress.org/plugins/tags/taxonomy/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/single-value-taxonomy-ui/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  1 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](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)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/single-value-taxonomy-ui/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/single-value-taxonomy-ui/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](http://tinyurl.com/donatetomitcho)