Hi there, I have the following template setup in the settings for a particular category of post -
[Feature Slideshow Image]
type = file
[Feature Images]
type = file
label = Feature Imagesz
multiple = true
multipleButton = true
[Feature Video]
type = file
When i look at the post it is fine, but after I have uploaded an image firstly it fills in the custom field below with a number - not an image, what does this refer to? how can i show this in a php temnplate?
Also, if I( refresh the page I get the following errors.
Notice: Undefined index: feature_images in /EXAMPLE.COM/wp-content/plugins/custom-field-template/custom-field-template.php on line 2944
Notice: Undefined index: feature_images in /EXAMPLE.COM/wp-content/plugins/custom-field-template/custom-field-template.php on line 2944
Notice: Undefined index: 12566 in /EXAMPLE.COM/wp-content/plugins/custom-field-template/custom-field-template.php on line 2123
Notice: Undefined index: cft_mode in /EXAMPLE.COM/wp-content/plugins/custom-field-template/custom-field-template.php on line 2123
Is this something I'm doing wrong or is there actually an error?