Any news for this?
Any news here?
Thanks for answer @hube2
Then I will adapt my question: in your opinion is it better name the fields like prefix_author
, prefix_genre
, prefix_book_year
(where prefix is a unique prefix, that could be my name or the name of my client’s company) or book_author
, book_genre
, book_year
(where book identifies the post type)?
In the first case I can fall in conflicts if I will need to add another fields group to the same target.
Any news about this feature?
@jonathan yes, it seems so. Waiting for official confirmation
Solved enabling options Save/Load terms and hiding metabox with:
function hide_metabox_tax() {
remove_meta_box( 'taxonomynamediv' , 'cpt' , 'normal' );
}
add_action( 'admin_menu' , 'hide_metabox_tax' );
I’d like to use Taxonomy field in place of the default wordpress meta box, but at the same time I’d like that the Taxonomy field could be integrated with the WP backend. Is it possible?
Plaese, let me know, it’s urgent for a client project.
No helps?
hi @jonathan
I’m having that problem on the Tab field that has no field name but only label. Sure, I can use a label like “My dates” but this doesn’t solve the problem if I had to use “Dates”!
Oops, solved updating to the last version. 😉
This is the solution, thanks. You should give it more visibiliy!
Hi @elliot
thanks for answer
I hope in the future this issue will be solved. Then you confirm that the problem is from WPML and not ACF?
unfortunately at this time I can’t try what you’re asking me. In case I will tell you
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.