'_custom_taxonomy_options', 'taxonomy' => 'cpt-category', // category, post_tag or your custom taxonomy name 'fields' => array( array( 'id' => 'section_1_text', 'type' => 'text', 'title' => 'Text Field', ), array( 'id' => 'section_1_textarea', 'type' => 'textarea', 'title' => 'Textarea Field', ), ), ); $options[] = array( 'id' => '_custom_taxonomy_options', 'taxonomy' => 'cpt-tag', // category, post_tag or your custom taxonomy name 'fields' => array( array( 'id' => 'section_1_text', 'type' => 'text', 'title' => 'Text Field', ), ), ); DTMFramework_Taxonomy::instance( $options );