Hi,
How do I display the cloneable single image fields in the frontend?
This is the code of the custom field:
array (
'id' => 'fotos',
'type' => 'single_image',
'name' => 'Foto\'s',
'force_delete' => 1,
'clone' => 1,
'max_clone' => 3,
'add_button' => 'Nog een foto',
),
How to refer to the individual fields?
[rwmb_meta meta_key="fotos???" link="true" size="thumbnail"]