Home › Forums › Theme support › Portfolio img entry › Reply To: Portfolio img entry
Hi,
in portfolio-entry.php search the wrapping tag for the tag and replace it with the permalink, i.e. :
<a href='<?php echo get_permalink(); ?><img ... ></a>
Home › Forums › Theme support › Portfolio img entry › Reply To: Portfolio img entry
Hi,
in portfolio-entry.php search the wrapping tag for the tag and replace it with the permalink, i.e. :
<a href='<?php echo get_permalink(); ?><img ... ></a>