Home › Forums › MapPress Support › Remove 'location' word › Reply To: Remove 'location' word
February 18, 2013 at 11:54 am
#11700
Keymaster
Hi,
Yes, it’s possible. You just need to modify the ‘map_poi_list’ template file – three’s an overview of how to modify the template files in the documentation.
I think it should work if you just remove this section:
<thead> <tr> <th></th> <th><?php _e('Location', 'mappress');?></th> </tr> </thead>