You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a homepage which has a pageHome ACF group. This group has an ACF group field called productCategories in the schema. This group field has a Taxonomy field, also called productCategories inside. The Taxonomy field correctly saves the translated Term IDs in the database, but when fetching the translated version of the homepage, both the original (Dutch) version and the translated (English) versions return Dutch taxonomy terms.
The below query is an example that should return the Dutch homepage and the English homepage, with taxonomy terms with different database IDs attached to each version.
I have a homepage which has a
pageHome
ACF group. This group has an ACF group field calledproductCategories
in the schema. This group field has a Taxonomy field, also calledproductCategories
inside. The Taxonomy field correctly saves the translated Term IDs in the database, but when fetching the translated version of the homepage, both the original (Dutch) version and the translated (English) versions return Dutch taxonomy terms.The below query is an example that should return the Dutch homepage and the English homepage, with taxonomy terms with different database IDs attached to each version.
Relevant plugins:
The text was updated successfully, but these errors were encountered: