Temporary Closures BMLT Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Temporary Closures BMLT is a plugin that displays a list of all meetings that have temporary closures. It can be used
to view published or unpublished meetings.
SHORTCODE
Basic: [temporary_closures]
Attributes: root_server, services, recursive, display_type, custom_query, sortby
— Shortcode parameters can be combined
Usage
A minimum of root_server, and services attributes are required.
Ex. [temporary_closures root_server="https://www.domain.org/main_server" services="50"]
recursive to recurse service bodies add recursive="1"
Ex. [temporary_closures root_server="https://www.domain.org/main_server" services="50" recursive="1"]
services to add multiple service bodies just separate by a comma.
Ex. [temporary_closures root_server="https://www.domain.org/main_server" services="50,37,26"]
display_type To change the display type add display_type="table" there are three different types table, block, datatables
Ex. [temporary_closures root_server="https://www.domain.org/main_server" display_type="table"]
custom_query You can add a custom query from semantic api to filter results, for ex by format &formats=54
.
Ex. [temporary_closures root_server="https://www.domain.org/main_server" custom_query="&formats=54"]
sortby Allows you to use custom sort keys, the default is location_municipality,weekday_tinyint,start_time
.
Ex. [temporary_closures root_server="https://www.domain.org/main_server" sortby="weekday_tinyint,location_municipality,start_time"]
EXAMPLES
https://sca.charlestonna.org/temporary-closures-bmlt/
MORE INFORMATION
https://github.com/bmlt-enabled/temporary-closures-bmlt