Home Forums Theme support Featured Image not clickable Reply To: Featured Image not clickable

Replace this:

<img src='<?php echo $image['0']; ?>' alt='' />

with this:

<a href="put_your_link_here"><img src='<?php echo $image['0']; ?>' alt='' /></a>

Please note: changes in the php files normally are not covered by free support!