[Plugin: Magic Fields] Duplicate image field in a group
-
Hello,
I have a group named “Images” with a field that can be duplicated named “home-image”.
For text fields this is working:
$concertdates = get_field_duplicate(‘konzert-date’);
foreach($concertdates as $concertdate){
echo $concertdate;For the duplicate fields in group “Images”, the code bellow returns “array”.
$homaimages = get_field_duplicate(‘home-image’);
foreach($homeimages as $homeimage){
echo $homeimage;Any ideea why?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Magic Fields] Duplicate image field in a group’ is closed to new replies.