Support

Account

Home Forums Add-ons Gallery Field First Image In Gallery As Featured Image Reply To: First Image In Gallery As Featured Image

  • 
    $gallery = get_sub_field('lightbox');
    
    // later on
    // remove the first one
    $toss_the_first_one = array_shift($gallery);
    

    http://php.net/manual/en/function.array-shift.php