Home › Forums › Front-end Issues › create new taxonomy with acf form not new post › Reply To: create new taxonomy with acf form not new post
@John Huebner thanks for answer. But i dont understand exacly what i must do. Do you have some example code for this. Then i can do if i saw some exmpale code. For now i have on custom template this:
acf_form(array(
'id' => 'acf-form',
'post_id' => 'new_post',
'post_title' => true,
'new_post' => array(
'post_title' => 'new_narocilnice',
),
and also i have already filter function my_pre_save_post( $post_id ) { ....
but i dont know what i must check in filter and how then save all custom field.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.