How to add lightbox gallery to a link
-
I wanted to add the lightbox gallery to a link. Therefore, here’s my code
<a href="<?php echo easy_image_gallery(); ?>"><h3>See more images</h3></a>
but all it does is to display the gallery. What is the right code for linking the gallery to the link so that when one click on the link, the lightbox gallery pops up to show all of the images.
Also, is there another code for just displaying the first image from the lightbox gallery?
I just want to show the link above single thumbnail and both will be the link to open the lightbox gallery popup.
- The topic ‘How to add lightbox gallery to a link’ is closed to new replies.