Support

Account

Home Forums General Issues Display a Basic Field Group Reply To: Display a Basic Field Group

  • Hey Mike.

    Yep I did. I guess my question is, if my field group ‘Gallery’ has 8 images in it, how do I display the entire group. I can of course display images by doing something simple like <img src="<?php the_field('image_1'); ?>" /> but I’m wanting to return the value of the gallery in a single query rather than having to add a number of image tags.