We need to add various custom taxonomies for the post a question screen, and some need to be radio buttons and checkboxes.
1 Answers
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!
Thanks Daniel ! I appreciate it.
Please login or Register to submit your answer