Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

ACF repeater : custom image field URL and alt tag

$
0
0

Replies: 0

Hi,

This code works OK to display images from an ACF repeater field named “images” with sub-field named “img” (returning images) :

[repeater images]
  [field image=img]
[/repeater]

Now, i wonder how to wrap those images in links to open in lightbox and add their alt tags to images.
Something like that:

[repeater images]
 <a href="[image-url]" data-rel="lightbox">
  [field image=img]
  [image-alt]
 </a>
[/repeater]

Thanks for your help!


Viewing all articles
Browse latest Browse all 59525

Trending Articles