Our client wants a custom plugin essentially allowing employees (the new custom post type) to be associated with Places… the new plugin does provide meta boxes to populate Geodirectory Places in a given employee post, but on the (custom) list template for employees, we are trying to display ADDRESS in the template’s display. We’re having good luck with get_the_title() and the_content(), but haven’t been able to display addresses associated with the gd_places posts through which we’re looping for each employee. I’ve search the codex and find no actions, functions, filters, or property names to pull out the address line for a gd_places post type. Can you point us in the right direction.
i.e.:
echo get_the_title(); // shows the gd_places title
echo the_content(); // shows the gd_places content
echo ???? // needed to show the gd_places address