function the_address() { global $post; $geo = GeoPress::get_geo($post->ID); $addr = $geo->loc; return $addr; }
function location_edit_form() { global $post_ID; $geo = GeoPress::get_geo($post_ID); ?> <?php GeoPress::geopress_new_location_form($geo); }