Support

Account

Home Forums Front-end Issues orderby meta_value not working with select field values Reply To: orderby meta_value not working with select field values

  • You need to define the meta key to be used to order by, this is different than the meta_query. The easiest way to do this would be to add a ‘meta_key’ => ‘personnel_company’ to your query args (separate from the meta query.)