Skip to content
Nadim Tuhin edited this page Aug 15, 2015 · 1 revision

Category field gives you access to comprehend WordPress categories in Onepager, so that you can show category specify post easily. alt text

Preview

Arguments

Name Type Default Description
type string category This Value identifies the field type
name string A unique name required to define
label string Displays as field label
value int The value should be category id

Example Code

array(
      'name'  => 'title', // Required
      'type'  => 'category',
      'label' => 'Title', // Optional, name will use instead
      'value' => 'categroy id'
),