Support

Account

Home Forums ACF PRO Multiple queries single page (map markers) Reply To: Multiple queries single page (map markers)

  • If I run the location parameter directly, it works showing each value as expected, but I still can’t get it to pull out the LAT & LONG values! How do I pull these from the object?

    <div class="map">
    	<?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
    		<div class="marker"><?php echo the_field('location'); ?></div>
    	<?php endwhile; ?>
    </div>