This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Order user search results by mu.startdate

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

#22460
sabbellasabbella
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,