On my site I created a custom post type for events and for that post type I created the custom taxonomy event categories.
I would like to put dynamic links to these category pages in the sidebar but I can't figure out how to list a taxonomy of a custom post type.
I can list the categories of a particular post if I want by using a post ID but not all the categories of the events post type.
Is there something I can use to do this?