thank you Steve for getting back. I am just learning the ropes here, I need help with the syntax for multiple fields.
I believe all of the below need to be repeated for different field within the meta box? is this correct? thank you:
array(
‘name’ => ‘Field Name’, // Change this field name to something which applies to you project.
‘show_label’ => TRUE, // Whether or not to display the ‘name’. Changing it to false will suppress the name.
‘id’ => ‘field_id’, // Change this so it is unique to you project. Each field id MUST be unique.
‘type’ => ‘text’, // This is the field type being added.
‘size’ => ‘regular’, // This can be changed to one of the following: ‘small’, ‘regular’, ‘large’
),
