Home › Forums › MapPress Support › Shortcode in bubble › Reply To: Shortcode in bubble
October 25, 2013 at 10:44 am
#13642
Talking about the bubble. I can not get my custom fields to show up. The custom fields are attached to the post the map is in. Please help, none of these worked.
<?php echo get_post_meta(postid, street_address, true); ?>
<?php $key=”street_address”; echo get_post_meta($post->ID, $key, true); ?>
<?php echo get_post_meta(postid, ‘street_address’, true); ?>