I am having trouble populating a checklist with the checked values of a post, and then update the terms after submission. The post being edited is sent to the form by query string, and I did fine getting the name and values for the taxonomy in the form. However, everything I have tried for checking boxes and the setting post terms hasn't worked, wondering if anyone knows what I am doing wrong?
Here is the pre-render with just the taxonomy and values, I tried using, wp_get_post_terms and differnt ways to get the checked values in, but couldn't
As far as post submission I have tried tons of different ways to get it to set_post_Terms but couldn't get anything to work