BMLT Minutes is a lightweight WordPress plugin for service bodies and committees to publish meeting minutes on their website. Most committees produce PDFs, Word docs, spreadsheets, or Google Doc links every month, and need a clean way to organize them by committee and date. Built for the bmlt-enabled community but useful for any organization that needs a tidy minutes archive.
Features:
[bmlt_minutes] shortcode with grouping, filtering, and limitingAdd the shortcode to any page or post:
[bmlt_minutes]
Filter to one committee, group by year:
[bmlt_minutes committee="hospitals-institutions" group_by="year"]
Show the 10 most recent, flat list with excerpts:
[bmlt_minutes limit="10" group_by="none" show_excerpt="true"]
Shortcode attributes:
committee — Slug or comma-separated slugs of Committee terms. Defaults to all committees.year — Restrict to a single year by Meeting Date (e.g. 2026).limit — Max items to render. -1 (default) = no limit.order — desc (default, newest first) or asc.group_by — committee (default), year, or none.show_excerpt — true or false (default). Shows each post’s excerpt under the link.