instress,
Thanks for getting in touch! You should be able to do something like this using ‘term_description().’ Here’s an example of how this function would work with the Event Categories:
<?php echo term_description( $term_id, 'events_cat' ); ?>
Where $term_id is the ID of the Category that you’d like to display the description for. You’ll also want to take a look at our themer’s guide to understand how to override template files and customize them for your needs.
Hopefully this should get you started in the right direction. Good luck!
Thanks! 🙂
-Casey-