Hi Chris,
I have some code that is working well. I tried to add to it so that an excerpt would be displayed when a user clicks a POI. However, the added code produced no visible change; the POI still shows the post title as a link, but not the excerpt. Can you suggest what I should do differently?
I’m running MapPress Pro version 2.40.3. Below is the line that I changed. I added:
“marker_body” => “excerpt”, “iWtype” => “ib”,
$mymap = new Mappress_Map(array(“width” => 300, “height” => 200, “bigWidth” => “100%”, “bigHeight” => “400px”, “zoom” => 15, “mapLinks” => array(“bigger”, “center”, “reset”), “overviewmapcontrol” => false, “maptypecontrol” =>false, “marker_body” => “excerpt”, “iWtype” => “ib”, “marker_link” => true, “marker_title” => “post”, “poilist” => true, “center” => array(“lat” => $cblat, “lng” => $cblng)));
Thanks.
Brad