I'm using a filter inside a Views and currently have defined 2 ways of filtering : by title and by post date.
I have also added the sort order ASC andDESC as this :
The issue is that I have 2 blocs (1 for the sort option ans another for the sort order)
Now, I would prefer to have only one bloc with the following options :
Title ASC
Title DESC
Date DESC
Is it possible to get this and how?
Regards
Pat
You may have already noticed that we use two shortcodes:
- [wpv-sort-orderby] - where you add the fields to order by
- [wpv-sort-order] - will take care of ordering options ASC or DESC
I do not have any other way or workaround to offer you at the moment.