Plugin Support
Daniel
(@danielschoenherr)
Hi @earl_d,
Can you please clarify what are you trying to do? What do you mean by “Location map address”?
Best regards,
Daniel
Thread Starter
Earl_D
(@earl_d)
I am trying to get the address to display on the single map
Plugin Support
Daniel
(@danielschoenherr)
Hi @earl_d,
The “Location map address” does not exist as a value. Just the geo-coordinates (and title, subtitle, description, …) are stored with the location.
However – if you are using the “subtitle” field for users to enter an address you can output its value with:
[open-user-map-location value="address" post_id="12345"]
Don’t get confused why it is called “address” here. This is because the “subtitle” field was named “address” in the past.
Alternatively you can display a link to Google Routes with this shortcode:
[open-user-map-location value="route" post_id="12345"]
Best regards,
Daniel