Home › Forums › Backend Issues (wp-admin) › Attachments Taxonomy does not Autosave › Reply To: Attachments Taxonomy does not Autosave
Thanks for all the quick replies. Still no luck, though.
Removing the standard meta boxes is what the code in my first post was doing (provided it was correct code). I do have to say, though. The taxonomy meta boxes did not appear in the first place, until I used the following code in my functions file.
function kw_add_tags_to_attachments() {
register_taxonomy_for_object_type( 'post_tag', 'attachment' );
}
add_action( 'init' , 'kw_add_tags_to_attachments' );
This is what adds the standard textbox that just takes the slug. But I removed this once I started working with the ACF taxonomy fields.
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.