Support

Account

Forum Replies Created

  • I’ll have to take a look into what that entails, but I’ll post back if I figure it out. Thanks a bunch @hube2!

  • 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.

  • Thanks @hube2, but this did not yield a solution.

    I’ve actually found that it actually doesn’t even save the tags I set when I do it from the attachment page and click “update”. It would be really great to figure this out because the ACF fields for taxonomy are much better than the default WordPress textbox to type the taxonomy slug into.

Viewing 3 posts - 1 through 3 (of 3 total)