That gives me a list of all the categories and subcategories.
What I want is a loop of Categories and their Descriptions (and possibly a list of sub categories)
Eg:
Category A
Description of Category A
Sub Categories: Sub Cat1 | Sub Cat2 | Sub Cat3
Category B
Description of Category B
Sub Categories: None
—————
For the second option I need it to display the trail to the subcategory. So on Category A page it should just show Category A as the heading, on its sub category page it should show this trail:
Category A < Sub Cat1 (going to as many levels as are present.)
Hope that makes it clear. Thanx!