[ad_1]
Hi, I’m working on someone’s website and it has an image that uses a WP short code. I’d like to make it a clickable link. Here’s the current code:
`[image src=”https://website.com/image.png” align=”center” border=”0″]`
Where do I put the <a href=”…”></a> in reference to this to make the image a clickable link? I tried wrapping it around it and that didn’t work.
Thanks in advance for any help!
[ad_2]
Modify it with JS once is loaded will be your simplest solution.
Depends entirely on the shortcode. Who wrote it? Where is it coming from? [image]. It isn’t a standard WP shortcode.
Can’t you make the container clickable?