My example page is here: http://coloradohealthstory.org/category/location/. This page serves up excerpts of all pages with class.category-location, just like it should. Now, I need some organization to how those excerpts appear: I want the page to group each child category (.category-aurora, .category-denver, etc.) in alpha order, with an H2 of the child category name, like this:
Aurora
Jimmy Sample
[excerpt]
Jenny Sample
[excerpt]
Jane Sample
[excerpt]
Denver
José Sample
[excerpt]
Joe Sample
[excerpt]
John Sample
[excerpt]
Thornton
Janet Sample
[excerpt]
...and so on.
I'd also like to automatically check for new child categories and have them considered in this equation. I found something here but am not sure if it will work: http://themeshaper.com/forums/topic/automatically-check-for-new-categories#post-12158
I'm running a Thematic child theme and, if possible, would like to accomplish this in my functions.php rather than hard code it into templates. Ultimately I'll need an array of these types of organizations (by .category-topic, .category-keyword, etc.)
Apologies for starting a new topic on this but my head is spinning looking at the different ways requests like this could be handled, and my head is spinning. Any help would be greatly appreciated. If any additional information is need please let me know.