Viewing 1 replies (of 1 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi mium,

    To have the link open in a new tab when clicking on it, please find the portfolio-post.php and portfolio.php files, which are located in your theme folder (path wp-content/themes/your_theme_name). In these files, find the following line:

    <a href="<?php echo $link; ?>"><?php echo $link; ?></a>

    and substitute it for

    <a href="<?php echo $link; ?>" target="_blank"><?php echo $link; ?></a>

    Regards,
    BestWebSoft Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘open link in a new tab’ is closed to new replies.