So here is the issue I am having. The custom post types I created started with a taxonomy Countries. After lots of posts I found it necessary to add States as a child taxonomy to Countries. Now when displaying a list of posts using views, each list item display the parent/child relationship differently. For example one line will contain, "Utah, USA" and the next line with contain "USA, Utah". I would like to order those taxonomies with children by State first, then Country (i.e. Utah, USA).
Any help you can give will be greatly appreciated.
Thank you!
rpersonal2