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?
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 inwhich results in something like this. Is it possible to reverse the order of the years?