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. Any ideas of what could be wrong? I’m thinking that maybe the code gets overridden by something else? Ofcourse I’ve been tripplechecking all the fieldnames and so on.
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Magic Fields 2.0.1 doesnt show anything’ is closed to new replies.