Lorelle – Yup. I was hoping there was a tag to call that info.
Kafka – I have a header graphic for diff categories. So, I want to be able to pull the right header image over the excerpt of each piece.
I hit on this:
‘<?php echo category_description(the_category_ID()); ?>’ but that returns me the cat number and description. so I get 1category, 2hotbed, etc… While this isn’t ideal, it’s definately workable.
I tried your suggestion of echo $cat, but I am guessing I have to load $cat myself to get it to work? Or is it a var I can call within the loop?