Home › Forums › Add-ons › Gallery Field › Wrong Gallery order in other languages › Reply To: Wrong Gallery order in other languages
Same problem here! Need to talk with WPML team?
In my case calling to field and forcing original post no solved the problem:
USING THIS
$id = icl_object_id($v['wp']->ID, 'property', true, ICL_LANGUAGE_CODE);
$img = get_field('galeria',$id);
AND THIS
$id = icl_object_id($v['wp']->ID, 'property', true, "en");
$img = get_field('galeria',$id);
OR THIS
$id = icl_object_id($v['wp']->ID, 'property', true, "es");
$img = get_field('galeria',$id);
In this 3 cases, order is correct in main language (es) and incorrect in others.
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.