[Plugin: Magic Fields] How to display all groups
-
Would someone please assist? I’m not the most fluent PHP person. I first looked at the Magic Fields wiki and I still can’t figure out my problem.
Simply put, I added a post to a category ‘Fave’ which I set up using Magic Fields. Inside I created 3 groups of information that I want to show.
I can get one group to display successfully, but the others won’t print out.
I’m guessing I have to use ‘for each’ statement, but how? My code so far is shown below:<h2><?php echo get('fave_detail_title'); ?></h2> <?php echo get('fave_detail_image'); ?> <?php echo get('fave_detail_summary'); ?> <p><?php echo get('fave_detail_location'); ?></p> <p><a href="https://<?php echo get('fave_detail_link'); ?>">View this</a></p>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Magic Fields] How to display all groups’ is closed to new replies.