I needed to list all the categories of a custom post type that an author had posted in.
I found code to do that with regular posts in the wordpress.org forums and I modified it to use with custom post types.
Be sure to replace customposttype with the name of your custom post type.
Place this into your theme file where you want the list to appear.… continue reading

