Home › Forums › MapPress Support › Shortcode in bubble › Reply To: Shortcode in bubble
October 25, 2013 at 5:00 pm
#13643
Keymaster
@Robbie, it’s better to start a separate thread for your issue. But to answer your question, try this if your custom field is ‘street_address’:
<?php
if ($poi->postid)
echo get_post_meta($poi->postid, 'street_address', true);
?>