Home › Forums › MapPress Support › Template tag › Reply To: Template tag
October 2, 2012 at 6:38 am
#10528
Keymaster
Hi,
I wasn’t clear – is the_title() actually set but just not displaying in the map? For example, if you print it instead of trying to map it, do you see it has a value:
print_r(the_title());
What happens if you just hardcode the map title, e.g.
…title => ‘hello’…
If that’s not the issue, you could take a look at the poi template file to see if perhaps it’s not generating the HTML the way you need it. The file is:
/pro/templates/map_poi.php