Adding taxonomy to bbPress replies
-
I’ve created a new taxonomy via CPTUI, which I want to apply to all replies in bbPress other than those for a particular forum. But I’m having trouble tracking down what I need to do to set this, because unless I’m missing something the bbPress documentation is very much a work-in-progress.
I know that I’m going to have to modify bbp_insert_reply(), that’s fine. But I’m still learning my way around WordPress development and am struggling to figure out how to modify the reply post to add its taxonomy.
Edit – I just need to alter the call to wp_insert_post() to add the data for the tax_input array, adding my specified taxonomy, right?
Apologies for asking here (I’m getting no response so far in bbPress-land), but I’d be very grateful if someone could point me in the right direction (maybe someone here has done something similar before?).
Thanks.
The topic ‘Adding taxonomy to bbPress replies’ is closed to new replies.