Magic Fields 2.0.1 doesnt show anything
-
Hi. I’m running on Wp 3.4.1 and installed the Magic Fields v 2.0.1 plugin. The problem is that it doesnt loop out anything when i call the get() function. I’ve tried these codes amongst many:
<?php $members = get_group('members'); foreach($members as $member){ echo $member['members_name'][1]."<br />"; echo $member['members_position'][1]."<br />"; echo "<img src='".$member['members_photo'][1]['thumb']."'><br /><br />"; } ?>
I’ve been putting it within the Loop in one of my custom template files and nothing is shown. I’ve been trying alot simpler codesnippets which are pretty straight forward but no luck with those either. I discovered that $members is an empty array… Any ideas of what could be wrong? I have of course been tripplechecking all fieldnames and so on.
thanks,
Olof
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Magic Fields 2.0.1 doesnt show anything’ is closed to new replies.