{"id":92998,"date":"2018-10-22T20:31:21","date_gmt":"2018-10-22T20:31:21","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/list-locations-bmlt\/"},"modified":"2025-09-12T22:24:17","modified_gmt":"2025-09-12T22:24:17","slug":"list-locations-bmlt","status":"publish","type":"plugin","link":"https:\/\/ibo.wordpress.org\/plugins\/list-locations-bmlt\/","author":15235348,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.4.0","stable_tag":"2.4.0","tested":"6.8.5","requires":"","requires_php":"8.0","requires_plugins":null,"header_name":"List Locations BMLT","header_author":"bmlt-enabled","header_description":"This plugin returns all unique towns or counties for given service body on your site Simply add [list_locations] shortcode to your page and set shortcode attributes accordingly. Required attributes are root_server and services.","assets_banners_color":"6ca0ce","last_updated":"2025-09-12 22:24:17","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/list-locations-bmlt\/","header_author_uri":"","rating":5,"author_block_rating":0,"active_installs":70,"downloads":3156,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"2.1.1":{"tag":"2.1.1","author":"pjaudiomv","date":"2019-10-25 01:45:56"},"2.1.2":{"tag":"2.1.2","author":"bmltenabled","date":"2019-11-28 01:41:53"},"2.1.3":{"tag":"2.1.3","author":"pjaudiomv","date":"2020-04-02 01:20:05"},"2.1.4":{"tag":"2.1.4","author":"bmltenabled","date":"2022-01-02 21:31:11"},"2.2.0":{"tag":"2.2.0","author":"bmltenabled","date":"2022-09-07 03:41:07"},"2.2.1":{"tag":"2.2.1","author":"bmltenabled","date":"2022-10-13 00:14:33"},"2.2.2":{"tag":"2.2.2","author":"bmltenabled","date":"2022-10-13 20:59:26"},"2.3.0":{"tag":"2.3.0","author":"bmltenabled","date":"2023-10-10 01:19:33"},"2.3.1":{"tag":"2.3.1","author":"bmltenabled","date":"2023-10-12 01:47:13"},"2.3.2":{"tag":"2.3.2","author":"bmltenabled","date":"2023-12-21 18:24:21"},"2.4.0":{"tag":"2.4.0","author":"bmltenabled","date":"2025-09-12 22:24:17"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":1961580,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":1961580,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.1.1","2.1.2","2.1.3","2.1.4","2.2.0","2.2.1","2.2.2","2.3.0","2.3.1","2.3.2","2.4.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1965851,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"screenshot-1.png"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[163349,13380,163350,163351,13381],"plugin_category":[],"plugin_contributors":[174945,155913,154957],"plugin_business_model":[],"class_list":["post-92998","plugin","type-plugin","status-publish","hentry","plugin_tags-basic-meeting-list-toolbox","plugin_tags-bmlt","plugin_tags-list-locations","plugin_tags-list-locations-bmlt","plugin_tags-narcotics-anonymous","plugin_contributors-bmltenabled","plugin_contributors-klgrimley","plugin_contributors-pjaudiomv","plugin_committers-jbraswell","plugin_committers-magblogapi","plugin_committers-pjaudiomv","plugin_committers-radius314"],"banners":{"banner":"https:\/\/ps.w.org\/list-locations-bmlt\/assets\/banner-772x250.png?rev=1961580","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/list-locations-bmlt\/assets\/icon-256x256.png?rev=1961580","icon_2x":"https:\/\/ps.w.org\/list-locations-bmlt\/assets\/icon-256x256.png?rev=1961580","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/list-locations-bmlt\/assets\/screenshot-1.png?rev=1965851","caption":"screenshot-1.png"}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>SHORTCODE\nBasic: [list_locations]\nAttributes: root_server, services, recursive, state, delimiter, list, state_skip, city_skip<\/p>\n\n<p>-- Shortcode parameters can be combined<\/p>\n\n<h3>Usage<\/h3>\n\n<p>A minimum of root_server and services attribute are required, which would return all towns for that service body seperated by a comma.<\/p>\n\n<p>Ex. [list_locations root_server=&quot;https:\/\/www.domain.org\/main_server&quot; services=&quot;50&quot;]<\/p>\n\n<p><strong>Recursive:<\/strong> to recurse service bodies add recursive=&quot;1&quot;\nEx. [list_locations root_server=&quot;https:\/\/www.domain.org\/main_server&quot; services=&quot;50&quot; recursive=&quot;1&quot;]<\/p>\n\n<p><strong>State:<\/strong> to remove appending of the state add state=&quot;0&quot;\nEx. [list_locations root_server=&quot;https:\/\/www.domain.org\/main_server&quot; services=&quot;50&quot; state=&quot;0&quot;]<\/p>\n\n<p><strong>State Skip:<\/strong> to skip the inclusion of a state when using state=&quot;1&quot; add state_skip=&quot;NC&quot;\nEx. [list_locations root_server=&quot;https:\/\/www.domain.org\/main_server&quot; services=&quot;50&quot; state=&quot;1&quot; state_skip=&quot;NC&quot;]<\/p>\n\n<p><strong>City Skip<\/strong> To skip the inclusion of a city add city_skip=&quot;Indianapolis&quot;. This can be useful when mentioning a city out of order or in a different part of the text.\nEx. [list_locations root_server=&quot;https:\/\/www.domain.org\/main_server&quot; services=&quot;50&quot; state=&quot;1&quot; city_skip=&quot;Indianapolis&quot;]<\/p>\n\n<p><strong>Services:<\/strong> to add multiple service bodies just seperate by a comma.\nEx. [list_locations root_server=&quot;https:\/\/www.domain.org\/main_server&quot; services=&quot;50,37,26&quot;]<\/p>\n\n<p><strong>Delimiter:<\/strong> to change the delimiter to something besides a comma I would add delimiter=&quot; - &quot; or to create newlines between each I could do this delimiter=&quot;&lt;br&gt;&quot;, or delimiter=&quot;&lt;p&gt;&lt;\/p&gt;&quot;\nEx. [list_locations root_server=&quot;https:\/\/www.domain.org\/main_server&quot; delimiter=&quot;&lt;br&gt;&quot;]<\/p>\n\n<p><strong>List:<\/strong> You can list by the following town, county, borough, neighborhood. The default is town.\nEx. [list_locations root_server=&quot;https:\/\/www.domain.org\/main_server&quot; list=&quot;town&quot;]<\/p>\n\n<p><strong>custom_query<\/strong> You can add a custom query from semantic api to filter results, for ex by format <code>&amp;formats=54<\/code>.\nEx. [list_locations root_server=&quot;https:\/\/www.domain.org\/main_server&quot; custom_query=&quot;&amp;formats=54&quot;]<\/p>\n\n<h3>EXAMPLES<\/h3>\n\n<p><a href=\"https:\/\/www.crna.org\/area-service-committees\/\">https:\/\/www.crna.org\/area-service-committees\/<\/a><\/p>\n\n<p><a href=\"https:\/\/heartoflongislandna.org\">https:\/\/heartoflongislandna.org<\/a><\/p>\n\n<p><a href=\"https:\/\/eanaonline.org\">https:\/\/eanaonline.org<\/a><\/p>\n\n<h3>MORE INFORMATION<\/h3>\n\n<p><a href=\"https:\/\/github.com\/bmlt-enabled\/list-locations-bmlt\">https:\/\/github.com\/bmlt-enabled\/list-locations-bmlt<\/a><\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>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<\/li>\n<li>Activate the plugin through the Plugins menu in WordPress<\/li>\n<li>Add [list_locations] shortcode to your Wordpress page\/post.<\/li>\n<li>At a minimum assign root_server and services attributes.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>2.4.0<\/h4>\n\n<ul>\n<li>Version bump.<\/li>\n<\/ul>\n\n<h4>2.3.2<\/h4>\n\n<ul>\n<li>Fixed issue with settings page not fully rendering.<\/li>\n<\/ul>\n\n<h4>2.3.1<\/h4>\n\n<ul>\n<li>Corrected an issue where the settings link was not being displayed on the plugins page.<\/li>\n<\/ul>\n\n<h4>2.3.0<\/h4>\n\n<ul>\n<li>You can now specify a template using magic variables from the BMLT.<\/li>\n<li>Added option to specify a custom query.<\/li>\n<li>Refactored codebase.<\/li>\n<\/ul>\n\n<h4>2.2.2<\/h4>\n\n<ul>\n<li>Fix for various PHP warnings.<\/li>\n<\/ul>\n\n<h4>2.2.1<\/h4>\n\n<ul>\n<li>Fix for User-Agent issue that appears to be present on SiteGround hosted root servers.<\/li>\n<\/ul>\n\n<h4>2.2.0<\/h4>\n\n<ul>\n<li>Updated version logic for BMLT 3.0.0 compatibility.<\/li>\n<\/ul>\n\n<h4>2.1.4<\/h4>\n\n<ul>\n<li>Version bump, fix php issue.<\/li>\n<\/ul>\n\n<h4>2.1.3<\/h4>\n\n<ul>\n<li>Fix to better comply with WordPress best practices.<\/li>\n<\/ul>\n\n<h4>2.1.2<\/h4>\n\n<ul>\n<li>Minor bug fixes.<\/li>\n<\/ul>\n\n<h4>2.1.1<\/h4>\n\n<ul>\n<li>Added Support for Skipping a city using city_skip attribute.<\/li>\n<li>Code cleanup.<\/li>\n<\/ul>\n\n<h4>2.1.0<\/h4>\n\n<ul>\n<li>Added list by borough and neighborhood.<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Added Settings option page, ability to skip a state when using state shortcode using state_skip.<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>convert quotes to html entity for wordpress readme examples.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Add logo.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Cleanup readme.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"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.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/92998","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=92998"}],"author":[{"embeddable":true,"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pjaudiomv"}],"wp:attachment":[{"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=92998"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=92998"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=92998"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=92998"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=92998"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ibo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=92998"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}