Locations format works in the same way as events, but the parameters are different.
#_LOCATIONNAMEindicates the location name (weird, huh?)- Other general parameters are
#_ADDRESS,#_TOWN,#_LOCATIONDETAILS,#_MAPand#_LOCATIONIMAGE. The#_LOCATIONIMAGEplaceholder is also used in the location balloon for the event. #_LOCATIONPAGEURLreturns the URL of the location#_LOCATIONIMAGEURLreturns the URL of the image associated with the location- Three tags allow the display of events taking place in the given location. Use
#_NEXTEVENTSto insert a list of the upcoming events,#_PASTEVENTSfor a list of past events,#_ALLEVENTSfor a comprehensive list of all events. #_LOCATIONIDreturns the location ID#_LATITUDEand#_LONGITUDEreturn the langitude and longitude for the location#_DIRECTIONSdisplays a small form so you can ask for driving directions to an event/location#_LOCATIONCATEGORIESdisplays a comma-separated list of categories a location is in
The aforementioned events list can be similarly formatted through the Default location event list format setting field. This field follows the conventions of events formatting.
You can also use the shortcode [events_list] in the “single location format” setting, with the option location_id=this_location. E.g. this would show the future 5 events for the specific location when viewing that single location details:
[events_list scope=future limit=5 location_id=this_location]