I created a custom field that will hold a value for the level of participation that a vendor has bought into. The values might be something like 'Gold' 'Silver' 'Bronze'. And the field is a select box. I created a CPT in order to associate it to the vendor so that the customer can create whatever values they want to display. I also created a field, in the CPT, called sort_order so that we can 'try' to control what order they appear in the dropdown, but I don't see any way to actually control it. WordPress simply displays them in alpha order. Is this something that I can control somehow and display them in the order I want?