Home › Forums › MapPress Support › Tutorial – mappress pro with custom fields? › Reply To: Tutorial – mappress pro with custom fields?
October 1, 2013 at 2:34 pm
#13473
Hi,
I’m not sure I understood your question, but if you want to show custom fields in the POI infowindow (the ‘bubble’) over each marker, you can modify the template “map_poi.php” to include them.
You can use the PHP function get_post_meta() to output the data:
<?php echo get_post_meta(postid, fieldname, true); ?>