Home › Forums › Theme support › Create link from featured image link to portfolio page › Reply To: Create link from featured image link to portfolio page
Ok, open the file “portfolio-entry.php” in the root of the theme folder, then go to line 13 and replace this:
<div class="featured_image portfolio_shortcode_featured_image"><?php sl_featured_image(); ?></div>
with this:
<div class="featured_image portfolio_shortcode_featured_image"><a href="<?php echo get_permalink(); ?>"><?php sl_featured_image(); ?></a></div>