Gallery custom link not opening in a new tab / window

Please Note: Theme customizations go beyond the scope of our support services and this article is provided solely as a courtesy to our customers. Please take a moment to review the Scope of our Support.

Question:

How can make the custom links on the gallery thumbnails open in the same tab / window and not in a new one?
Original poster

Solution:

Hi,

You have to open the includes/portfolio/portfolio-setter.php file and modify line 98:

$openLink='<a href="'.$customlink.'" target="_blank">';

to be like this:

$openLink='<a href="'.$customlink.'" >';

Pexeto

Was this useful? 2