Closed LudovicFauchet closed 3 years ago
If you're using this package, provide the code which isn't working for you. Otherwise, please use the ACF forum instead.
Hello,
I'm using this package sure.
This part of code is working wrong :
\WordPlate\Acf\Fields\Taxonomy::make('Menu de la page', 'archive_menu')
->taxonomy('category', 'disciplines_sports', 'localisations')
->appearance('multi_select')
->createTerms(false)
->loadTerms(false)
->saveTerms(false)
->returnFormat('object')
This field is saving is attaching this term to the post, so saveTerms
is set to false
...
Can you reproduce this issue using the field editor in the ACF dashboard?
@vinkla Hello !
I tried to use the default field editor in the ACF dashboard and i don't have this bug.
Cheers
Okay, good. What do you think is the issue here?
I don't understand what do you mean.
I haven't used these methods much and I'm not sure why this isn't working. Have you tried to dribble with the source code to try to find out what it is that isn't working?
It seems these methods are false
by default so you could probably just leave them out.
Hello,
I have to taxonomy fields on a page :
But when i save my page the second terms with the save_terms with the false value attach his terms to the posts, so he shouldn't.
Cheers