think you can use orderby and order..
Orderby = date or name
Order = asc or desc
TY @canonite that worked like a charm!!! 🙂
note the limitations … per the plugin’s description..
orderby: Current params can be either “name” (default) or “date” which sorts the files by date modified since date created seems to be hit and miss.
order: By default the order of the list is sorted descending (asc) from the highest value to lowest where value is determined by the “orderby” attribute. Ordering by date results in a list being displayed as newest to oldest and ordering by name results in a list descending through the alphabet (a-z). To reverse either of these defaults simply add order=”desc” into the shortcode parameters