How to create a custom template for custom taxonomy wp-tag-cloud?
Create a new template named e.g. taxonomy-course_topic.php In my example course_topic is the name of the custom taxonomy you registered. First parameter of register_taxonomy() function. See: register_taxonomy Taxonomy template