Home › Forums › MapPress Support › Mashup shortcode with meta_compare › Reply To: Mashup shortcode with meta_compare
May 15, 2019 at 4:25 am
#18311
Participant
Hi Chris,
I found a solution for this,
Generate the map with PHP using this :
<?php
$map = new Mappress_Map(array(‘query’ => $args, ‘height’ => 500));
echo $map->display();
?>
Thanks