Add a custom link to each image in WordPress gallery
I need to add some partner logo images inside my custom theme. I’m using the WordPress gallery and the get_post_gallery()
function to obtain the images URL that I will use to display the single logo images. I’m facing a problem now because I need to add an unique link for each image and these links will be different. I can’t use plugins, someone has suggested that I install custom images gallery plugin, but I’m unable to find a filter I can use or a good tutorial on how to add this possibility to WordPress gallery.
Any help will be appreciated.
Leave an answer