Hi,
Where would I make these links open in a blank page? I can do social links through the header so would like to do the same if possible.
Thanks
Hi,
Where would I make these links open in a blank page? I can do social links through the header so would like to do the same if possible.
Thanks
Open up includes/helper-templates.php and replace following code:
$img = "<a href='".$set['link']."' title=''>$img</a>";
with:
$img = "<a target='_blank' href='".$set['link']."' title=''>$img</a>";Many thanks
Question has been answered. Closing post.
Regards,
Mya
Yeah cheers
Hi richardsb,
Glad that Peter helped you. :)
Cheers,
Ismael
This topic has been closed to new replies.