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 5 years, 10 months ago by
Anonymous User 14018805.