Hey @blackster000, that’s a common request that I’m tracking. It’s something I’d like to figure out for sure, but I don’t have a timeline for that.
Thread Starter
Anonymous User 14018805
(@anonymized-14018805)
Thanks Rich,
do you think there is any workaround I could use to set them (waiting for your update)?
+1 for really needing to be able to add a link to each image! Thanks : )
Thread Starter
Anonymous User 14018805
(@anonymized-14018805)
I temporary solved it with JQuery wrapping links around img tags:
<script>
jQuery(function($) {
$(".wp-image-40778").wrap("<a href='https://abracadabra.photography/portfolio/fashion/'></a>");
$(".wp-image-39272").wrap("<a href='https://abracadabra.photography/portfolio/swimwear/'></a>");
$(".wp-image-39273").wrap("<a href='https://abracadabra.photography/portfolio/man/'></a>");
$(".wp-image-37842").wrap("<a href='https://abracadabra.photography/portfolio/fitness/'></a>");
$(".wp-image-39274").wrap("<a href='https://abracadabra.photography/portfolio/lingerie/'></a>");
$(".wp-image-40780").wrap("<a href='https://abracadabra.photography/portfolio/beauty/'></a>");
});
</script>
-
This reply was modified 7 years, 1 month ago by
Anonymous User 14018805.
I would also be interested in each image having its own custom link.