I'm trying to hack a plugin to show the contents of a custom field where its currently showing the title.
how would I get this to show a custom field called restaurants instead?
Thanks,
$pois = $map->pois;
foreach ($pois as $poi) {
if ($marker_title == 'post')
$poi->title = $query_post->post_title;