So I have each of my locations as individual posts and I am able to mashup my posts very well using the meta field types, however, I am running into trouble displaying the meta information on the actual pages.
I tried for example $poi->get_post_meta(
$post
->ID,
'post-class'
, true);
But that just threw tons of ajax errors. How do I go about getting the contents of the customfield types to display with the poi content?
Any help is appreciated.