as of version 2.1.3
List Locations BMLT is a plugin that displays all unique towns or counties from your BMLT server for a selected service body on your site.
The List Locations plugin can be downloaded from the following link:
The above link directs to a webpage that also includes installation instructions and a change log detailing updates applied to the plugin over time. Or search List Locations BMLT in the keyword Search on your plugins screen in WordPress.
A minimum of root_server and services attribute are required, which would return all towns for that service body separated by a comma.
Ex: [list_locations root_server=”https://www.domain.org/main_server” services=”50″]
Recursive: to recurse service bodies add recursive=”1″
Ex: [list_locations root_server=”https://www.domain.org/main_server” services=”50″ recursive=”1″]
State: to remove appending of the state add state=”0″
Ex: [list_locations root_server=”https://www.domain.org/main_server” services=”50″ state=”0″]
State Skip – to skip the inclusion of a state when using state=”1″ add state_skip=”NC”
Ex: [list_locations root_server=”https://www.domain.org/main_server” services=”50″ state=”1″ state_skip=”NC”]
City Skip – To skip the inclusion of a city add city_skip=”Indianapolis”. This can be useful when mentioning a city out of order or in a different part of the text.
Ex: [list_locations root_server=”https://www.domain.org/main_server” services=”50″ state=”1″ city_skip=”Indianapolis”]
Services – to add multiple service bodies just separate them by a comma.
Ex: [list_locations root_server=”https://www.domain.org/main_server” services=”50,37,26″]
Delimiter – to change the delimiter to something besides a comma you would add delimiter=” – ” or to create newlines between each you could do this delimiter=””, or delimiter=”” ( usage note: 2 quotes )
Ex: [list_locations root_server=”https://www.domain.org/main_server” delimiter=””] ( usage note: 2 quotes )
List: You can list by the following town, county, borough, or neighborhood. The default is town.
Ex. [list_locations root_server=”https://www.domain.org/main_server” list=”town”]