Support

Account

Home Forums Add-ons Repeater Field Repeater sortable on backend via column headings Reply To: Repeater sortable on backend via column headings

  • hp
    // using counter
    $images = get_field(‘gallery’);
    if ($images) {
    $counter = 1;
    ?>