I have the following categories:
Country
- State
- - City
And I'm using the following to display what category a post is in, so that it appears in
So when I display a post I would like the list of categories to be in order of category. Example:
USA | Texas | Austin | San Diego
At the moment it just shows in alphabetical order using the the_category tag:
Austin | San Diego | Texas | USA
Any help would be really appreciated as I wouldn't have the first idea where to start with the coding of that!