Hi. I hope, it's my last support question. Easy for you difficult for me.
How could i get images from array to lightbox
I created an image advanced array on wordpress
array(
'name' => 'Add Gallery',
'id' => 'gallimage',
'type' => 'image_advanced',
'force_delete' => false,
'max_file_uploads' => 10,
'max_status' => 'false',
'image_size' => 'thumbnail',
),
on frontend i need to make foreach
$disli = $dislider['gallimage'];//array?
foreach ( $disli as $value ) {
echo '<a href="'.$value['full_url'].'" data-lightbox="bla"></a>';//give me error
}
Thank you. Sorry, I'm not a coder just a lifetime beginner