Hi,
I'd like that the custom link of the portfolio preview open in a new window…
How can I do this?
Thanks for response
Hi,
I'd like that the custom link of the portfolio preview open in a new window…
How can I do this?
Thanks for response
Hi,
Open includes > loop-portfolio.php and find this code
echo "<a href='".get_permalink()."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".get_the_title()."'>".get_the_title()."</a>";
Replace it with
echo "<a target='_blank' href='".get_permalink()."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".get_the_title()."'>".get_the_title()."</a>";
Regards,
Ismael
Ok, thanks a lot
This topic has been closed to new replies.