Hi- Is it possible/how would I make the large image in a post link to something other than the image itself?
See how the image on this page links to the image itself, just in a lightbox? (See private content…)
Thanks!
Angie
Hey Angiec13!
Open up /enfold/includes/loop-index.php and on line 84 you should see this.
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
You can add this beneath it.
$link = "http://www.google.com";
If you were wanting to set it to a custom link.
Regards,
Elliott