Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Second order by Post Attributes Order? › Reply To: Second order by Post Attributes Order?
March 26, 2018 at 3:02 pm
#17282
Keymaster
Hi,
I think this might be possible with a custom code. I believe that field is the menu_order field, which is directly stored in the cpt database table.
I have mande a custom code, that might do the trick. Add this custom code to the functions.php in your theme/child theme directory (copy from line 3 only!). Before editing, please make sure to have a full site back-up just in case!