Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #379756

    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

    #380254

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.