Henrik Gregersen
asked 8 years ago

Hi
I would like DWQA Pro to share a taxonomy tag which I use on another custom post type.
DWQA Pro comes with its own registered taxanomy question-categories and question-tags
What will it take to switch the use from question-tags to my own custom-tags taxonomy?
I guess I will have to change the question-submit-form.php where the tags are entered, but what else?
 

1 Answers
Kevin
answered 8 years ago

Hi,

You can find and replace with the text here:
1. dw-question_category
2. dw-question_tag
3. $this->get_slug() . '_category'
4. $this->get_slug() . '_tag'
5. $dwqa->question->get_slug() . '_category'
6. $dwqa->question->get_slug() . '_tag'

Powered by DW Question & Answer Pro