I'm setting up a blog for a two-year journey; my categories are states, those categories' children are cities.
My question is this: in my post meta, I am using the_category(), which ouputs the parent category first, then the child. Thus, instead of "Fresno, California", I get "California, Fresno".
Any ideas on how to reverse these?