I am also facing the same issue. can I use any placeholder to display the url?
Any help will be greatly appreciated.
Thanks
I am also experiencing this. It doesn’t appear that there is a Tag or Shortcode for the URL Location.
A little investigation of the database shows that the values are stored in the postmeta table. The meta_key’s are _event_location_url_text and _event_location_url. If anyone can figure out how to display this information that would be great. I would think that if they made this change, that they should have created a shortcode for it to be used in the templates, but so far, I can’t find anything in their documentation. I’m evaluating this product now and don’t know if I want to spend money on the pro version if the most basic elements don’t work.
I tried it out myself and I see what you mean, I’ve contacted the devs to take a look at this.
based on this https://wp-events-plugin.com/documentation/location-types/urls/
update Single event page format to below works well for me.
{has_location}
<p>
Location<br/>
#_EVENTLOCATION
</p>
{/has_location}