Hi @augustus09
Thank you for your fast reply
I created the taxonomy with this code
register_taxonomy('lp_cme', 'lp_course', array('hierarchical' => true, 'label' => 'CME', 'query_var' => true, 'rewrite' => array( 'slug' => 'course_cme' ) , 'show_admin_column' => true,));
And it shows on the course edit page, however it doesn’t read from taxonomy-lp_cme.php file on the frontend.
Could you please tell me what’s the best way to create a new taxonomy?