[Plugin: Magic Fields 2] Group funciton simply doesn't work…
-
First…I like most of what this plugin does…with that said… The wiki and instructions aren’t that great. I can get single items to display just fine. The issue I am having is getting groups to display. I have a group that can be duplicated. Following the wiki, with some edits, I can get it to call the groups…but…it doesn’t display anything in the fields. The only thing that gets displayed is the word(s) ‘Array’.
So… How do I get it to work? Here’s what I have…again, the only thing it is displaying is the word ‘Array’, which is nothing that is in my fields.
<?php $fields = get_group('invoice'); // the 8 is the PageID foreach($fields as $field){?> <?php echo $field['invoice_title']; ?> <?php } ?>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘[Plugin: Magic Fields 2] Group funciton simply doesn't work…’ is closed to new replies.