plugin-icon

Single Value Taxonomy UI

This infrastructure plugin adds basic UI for single-valued taxonomies, i.e. a taxonomy with presents a select widget.
등급
5/5
버전
0.3
활성화된 설치 항목
50
최근 업데이트일
Sep 7, 2012

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.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 3.4.2
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.