- checkbox field type
- currency field type
- date field type
- email field type
- noderef field type
- numeric field type
- select field type
- text field type
- textarea field type
- URL field type
- Virtual field type
Fields meta box
Fields are displayed in forms. In response to theadd_meta_boxes
action, the “Fields” meta box is defined for each object type associated to one or more fields.
- bw_effort_box() – Create fields in the meta box to accept data for the fields
- bw_effort_meta_boxes() – Create "Fields" meta box for each field associated with each object type in the mapping
save_post
action
Theming output
Fields are displayed ( themed ) using APIs which are dynamically created from the field name, and field type.Form created by [bw_new]
Forms for inputting fields on the front-end can also be created automatically. Fields are displayed for input in forms using APIs which are created from the field name and field type and/or as defined by the extending plugin.- bw_form_field() – Display a field in a form for the user to enter/choose a value
- bw_new() – Implement [bw_new] shortcode to allow the creation of a new post through a simple form