slimndap / wp-theatre

A free plugin to publish your events on a WordPress website. Perfect for theaters, music venues, cinemas and festivals.
https://wp.theater
GNU General Public License v3.0
40 stars 23 forks source link

Sorting of wpt_productions with groupby #281

Open tribut opened 5 years ago

tribut commented 5 years ago

I'm looking for a way to show productions by year, but have the most recent ones on top. The order parameter only works within a year. The years are still shown ascending, as in

[wpt_productions groupby="year" order="desc"]

which results in something like this. Is it possible to reverse the order of the years?

slimndap commented 5 years ago

Hi Felix,

I am afraid this is not possible. It is however not hard to add it. I will try to add it in the next update of the plugin.