wp_list_cats allows the sorting to occur by either the ID, or the name.
Is there any way to force a specific order for the categories other than name?
ID is assigned automatically by the system, did not see any way to change it (without mucking around the database).
What I would like is a "SortID" field for each category, that I could edit as needed, and use that in the wp_list_cats as sort_column.
Is there any other currently available workaround to do this?