Support

Account

Home Forums Backend Issues (wp-admin) Sorting the results of taxonomy field Reply To: Sorting the results of taxonomy field

  • The only way that you can alter the order of the terms in an ACF taxonomy field would be to use acf/fields/taxonomy/query and the sorting would need to be something you could apply to a term query using the order/orderby arguments.