Home › Forums › MapPress Support › Show Dates in POI List › Reply To: Show Dates in POI List
July 27, 2012 at 8:01 am
#10064
Keymaster
Hi, yes you can actually show anything you like in the POI list.
I’m still working on the documentation so it’s not documented except in the release notes. But the idea is you can modify a template, much like a theme template file:
1) Find the file ‘map_poi_list’ in the MapPress directory /pro/templates
2) Copy it to your theme directory
3) Change the contents as needed. I think you’ll need something like:
<td><?php echo $post->post_date; ?></td>