Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › re-use query sort order as search order with Ajax Search Pro. › Reply To: re-use query sort order as search order with Ajax Search Pro.
June 11, 2021 at 1:38 pm
#33617
Participant
Found it by reading your code:
$args[‘post_primary_order_metatype’] = ‘numeric’;
🙂
/Fredrik