Meta Box
Support › General › Problem with Two Taxonomy Select Adv.
Hi,
I use two taxonomy select feature. Code: http://prntscr.com/hqa9lw
There is have a problem. I chosen select contents (http://prntscr.com/hqaaau) and I saved the post but two inputs come with same contents (http://prntscr.com/hqaaql).
I changed IDs but problems are continuing.
Can you help me?
Kind regards.
The taxonomy field doesn't save its value in the database. Instead, it assigns terms to posts. That's why you see both fields display the same value.
taxonomy
To make it saves different values, please use taxonomy_advanced field.
taxonomy_advanced
For more info, please see this docs.