Title: List Locations BMLT
Author: pjaudiomv
Published: <strong>އޮކްޓޯބަރ 22, 2018</strong>
Last modified: ސެޕްޓެމްބަރ 12, 2025

---

Search plugins

![](https://ps.w.org/list-locations-bmlt/assets/banner-772x250.png?rev=1961580)

![](https://ps.w.org/list-locations-bmlt/assets/icon-256x256.png?rev=1961580)

# List Locations BMLT

 By [pjaudiomv](https://profiles.wordpress.org/pjaudiomv/)

[Download](https://downloads.wordpress.org/plugin/list-locations-bmlt.2.4.0.zip)

 * [Details](https://dv.wordpress.org/plugins/list-locations-bmlt/#description)
 * [Reviews](https://dv.wordpress.org/plugins/list-locations-bmlt/#reviews)
 *  [Installation](https://dv.wordpress.org/plugins/list-locations-bmlt/#installation)
 * [Development](https://dv.wordpress.org/plugins/list-locations-bmlt/#developers)

 [Support](https://wordpress.org/support/plugin/list-locations-bmlt/)

## Description

List Locations BMLT is a plugin that returns all unique towns or counties from your
BMLT server for a given service body on your site.

SHORTCODE
 Basic: [list_locations] Attributes: root_server, services, recursive,
state, delimiter, list, state_skip, city_skip

— Shortcode parameters can be combined

### Usage

A minimum of root_server and services attribute are required, which would return
all towns for that service body seperated 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 seperate 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 I would add 
delimiter=" – " or to create newlines between each I could do this delimiter="<br
>", or delimiter="<p></p>"
 Ex. [list_locations root_server="https://www.domain.
org/main_server" delimiter="<br>"]

**List:** You can list by the following town, county, borough, neighborhood. The
default is town.
 Ex. [list_locations root_server="https://www.domain.org/main_server"
list="town"]

**custom_query** You can add a custom query from semantic api to filter results,
for ex by format `&formats=54`.
 Ex. [list_locations root_server="https://www.domain.
org/main_server" custom_query="&formats=54"]

### EXAMPLES

[https://www.crna.org/area-service-committees/](https://www.crna.org/area-service-committees/)

[https://heartoflongislandna.org](https://heartoflongislandna.org)

[https://eanaonline.org](https://eanaonline.org)

### MORE INFORMATION

[https://github.com/bmlt-enabled/list-locations-bmlt](https://github.com/bmlt-enabled/list-locations-bmlt)

## Screenshots

[⌊screenshot-1.png⌉⌊screenshot-1.png⌉[

screenshot-1.png

## Installation

This section describes how to install the plugin and get it working.

 1. Download and install the plugin from WordPress dashboard. You can also upload the
    entire Area Towns BMLT Plugin folder to the /wp-content/plugins/ directory
 2. Activate the plugin through the Plugins menu in WordPress
 3. Add [list_locations] shortcode to your WordPress page/post.
 4. At a minimum assign root_server and services attributes.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“List Locations BMLT” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ pjaudiomv ](https://profiles.wordpress.org/pjaudiomv/)
 *   [ Kevin ](https://profiles.wordpress.org/klgrimley/)
 *   [ bmltenabled ](https://profiles.wordpress.org/bmltenabled/)

[Translate “List Locations BMLT” into your language.](https://translate.wordpress.org/projects/wp-plugins/list-locations-bmlt)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/list-locations-bmlt/),
check out the [SVN repository](https://plugins.svn.wordpress.org/list-locations-bmlt/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/list-locations-bmlt/)
by [RSS](https://plugins.trac.wordpress.org/log/list-locations-bmlt/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.4.0

 * Version bump.

#### 2.3.2

 * Fixed issue with settings page not fully rendering.

#### 2.3.1

 * Corrected an issue where the settings link was not being displayed on the plugins
   page.

#### 2.3.0

 * You can now specify a template using magic variables from the BMLT.
 * Added option to specify a custom query.
 * Refactored codebase.

#### 2.2.2

 * Fix for various PHP warnings.

#### 2.2.1

 * Fix for User-Agent issue that appears to be present on SiteGround hosted root
   servers.

#### 2.2.0

 * Updated version logic for BMLT 3.0.0 compatibility.

#### 2.1.4

 * Version bump, fix php issue.

#### 2.1.3

 * Fix to better comply with WordPress best practices.

#### 2.1.2

 * Minor bug fixes.

#### 2.1.1

 * Added Support for Skipping a city using city_skip attribute.
 * Code cleanup.

#### 2.1.0

 * Added list by borough and neighborhood.

#### 2.0.0

 * Added Settings option page, ability to skip a state when using state shortcode
   using state_skip.

#### 1.1.1

 * convert quotes to html entity for wordpress readme examples.

#### 1.1.0

 * Add logo.

#### 1.0.2

 * Cleanup readme.

#### 1.0.1

 * Initial Release

## Meta

 *  Version **2.4.0**
 *  Last updated **10 months ago**
 *  Active installations **80+**
 *  Tested up to **6.8.5**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/list-locations-bmlt/)
 * Tags
 * [basic meeting list toolbox](https://dv.wordpress.org/plugins/tags/basic-meeting-list-toolbox/)
   [bmlt](https://dv.wordpress.org/plugins/tags/bmlt/)[narcotics anonymous](https://dv.wordpress.org/plugins/tags/narcotics-anonymous/)
 *  [Advanced View](https://dv.wordpress.org/plugins/list-locations-bmlt/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/list-locations-bmlt/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/list-locations-bmlt/reviews/)

## Contributors

 *   [ pjaudiomv ](https://profiles.wordpress.org/pjaudiomv/)
 *   [ Kevin ](https://profiles.wordpress.org/klgrimley/)
 *   [ bmltenabled ](https://profiles.wordpress.org/bmltenabled/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/list-locations-bmlt/)