Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Order user search results by mu.startdate › Reply To: Order user search results by mu.startdate
May 3, 2019 at 10:00 am
#22460
Participant
Hello Ernsert, thank you, it’s almost done:
‘orderby’ => ‘ startdate DESC, ‘, doesn’t do nothing.
If I remove DESC:
‘orderby’ => ‘ startdate, ‘, I get the results ordered in ASC
I tried adding:
‘order’ => ‘DESC’, but doesn’t work
Thank you,