-
Notifications
You must be signed in to change notification settings - Fork 100
Field: page
Nadim Tuhin edited this page Aug 15, 2015
·
1 revision
Sometime you need show page in sidebar or somewhere else in you website, In one page you will have the facility, you can incorporate all WordPress page.
Preview
Name | Type | Default | Description |
---|---|---|---|
type | string | page | 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 WordPress page id |
array(
'name' => 'title', // Required
'type' => 'page',
'label' => 'Title', // Optional, name will use instead
'value' => '' //optional
),