Home › Forums › MapPress Support › KML with Shortcode › Reply To: KML with Shortcode
October 28, 2012 at 1:40 pm
#10689
You can’t do it with the shortcode, but you can use PHP. See the documentation for some examples; in the Mappress_Poi object you can set the property kml:
$poi->kml = “http://www.mykml.com”