Lot Information Display
This shortcode can be used anywhere on the site. It does not need to be initialized. You simply need to add it to your template to display it.
The available options are:
Option | Type | Default | Purpose |
price | boolean | true | Shows the price. Set to false/off/0 etc to turn off. |
sold_out | boolean | false | If true, it will include the lots that are sold out. They will have the warning background to highlight they are sold out. |
remaining | boolean | false | If true, it will show a column for how many remaining permits are in this lot. |
type | string | If a value is set, it will filter the list to only show this lot type. Blank or not set will show all. |
Shortcode Example- [permitlots price=true remaining=true]
In the example above, this shortcode would display the price of the lots and the total number of remaining spaces in the lots list.