Add a Link to Gallery Captions
What does this code do?
This code snippet will allow you to add a link in the Gallery caption rather than on the whole image.
Code Snippet
Click the image icon next to the gallery. Select an image and copy and paste the following code into the Description.
Click <a href="https://www.example.com/">here</a> to see more.
Customize the text and link. Then add the following code to Design > Custom CSS to edit the color of the caption font.
.gallery-caption a { color: blue; /* color of the caption text */ }
How To Use It
Copy and paste the code as indicated above.
Customize the text and link.