Support

Account

Home Forums Add-ons Gallery Field Wrong Gallery order in other languages Reply To: Wrong Gallery order in other languages

  • Hello, i have the same problem :

    
    <?php
        $galerie = get_field('galerie');
        print_r($galerie);
    ?>
    

    In my main language front page order is equal to admin order, and in my other languages order is not equal to admin, order changes are ignored.