Every stone I overturned looking for the answer to this issue I was met with "use wp_get_post_terms()" but unfortunately it does not work on custom post types. The solution, after much digging and experimenting is to use get_the_term_list() but with a couple of...