Xavier de Ponk
asked 10 years ago

We need to add various custom taxonomies for the post a question screen, and some need to be radio buttons and checkboxes. 

1 Answers
Daniel Hobbs
answered 10 years ago

This was helpful.  I have several custom taxonomies on my website.  I just had to add the ‘dwqa-question’ part into my code – to add an existing custom taxonomy to the question.
register_taxonomy( ‘tax_level’, array(‘post’, ‘page’, ‘dwqa-question’), $args );
 
Thanks!

Dominic Staff
replied 10 years ago

Thanks Daniel ! I appreciate it.

Powered by DW Question & Answer Pro