Magic Fileds Duplicate groups with Duplicate Fields
-
Hi, I’m using Magic Fields plugin with this code to display Duplicate groups with Duplicate Fields in a loop.
<?php $myEvent = get_group('Custom Group name');
foreach($myEvent as $event){
echo $event['custom_field_name'][1];
} ?>
for some reason the groups are displayed but only with the first custom field not the duplicated ones.
Thank you for any help.
- The topic ‘Magic Fileds Duplicate groups with Duplicate Fields’ is closed to new replies.