bmlt-enabled / bread

BMLT Meeting List Generator Plugin For Wordpress https://wordpress.org/plugins/bread/
https://wordpress.org/plugins/bread/
GNU General Public License v2.0
6 stars 9 forks source link

Sort by municipality #171

Closed Redguy1959 closed 3 years ago

Redguy1959 commented 3 years ago

We are using a custom query to select more than one local Area Service body and leave out virtual meetings. We are trying to sort by municipality, but when we include &sort_keys=location_municipality in the query the sort still comes out by time and then group name. We are listing municipality before group name on our formatted output and want to sort by time then municipality. Can this be done?

otrok7 commented 3 years ago

Sorting is not done in the query, but using the "group by" drop-down in the "Meetings" tab. This gives a sort by city, and, within each city, by day/time.