Skip to content
femkevanderzalm edited this page Sep 8, 2016 · 3 revisions

The default templates use the token [event:location] for display of the Location information. This has the result of displaying the location as a hyperlink (if the URL is provided) which will open the url in the current browser window. Sometimes you may wish to open this in a new window. In which case you can change the template to use the following structure instead of the [event:location] token:

<a target="_blank" href="[event:locationurl]">[event:locationname]</a>

Clone this wiki locally