-
Notifications
You must be signed in to change notification settings - Fork 123
Taxonomy Select Field
mattheu edited this page Apr 11, 2013
·
9 revisions
Taxonomy select field. Displays a select input containing all terms within a given taxonomy.
- id string (required)
- type 'taxonomy_select' (required)
- taxonomy string (required)
- repeatable bool
- cols int [1-12]
array(
'id' => 'example-field-taxonomy-select',
'name' => 'Taxonomy Select Field',
'type' => 'taxonomy_select',
'taxonomy' => 'category'
);
- Setup/Install Custom Meta Boxes
- Creating a custom meta box
- Displaying Field Data
- Optional Generic Field Args
- Repeatable Fields
General
- Text Field
- Small Text Field
- Number Field
- URL Field
- Textarea Field
- Code Field
- Select Field
- Checkbox Input Field
- Radio Input Field
Date & Time
WordPress
Media
Utilities