Tagged Questions
3
votes
3answers
4k views
Attaching taxonomy data to post with wp_insert_post
I am implementing (trying) a front end posting system which shows taxonomy data in several dropdown select fields, each of the dropdowns is named by using the "name" $arg in wp_dropdown_categories.
...