Viewing 1 replies (of 1 total)
  • Plugin Author Hot Themes

    (@hotwptemplates)

    Hello,

    You can edit the plugin and change this line

    $html .= '<a href="'.$hotrandomimage_params[4].'">';

    to this

    $html .= '<a href="'.$hotrandomimage_params[4].'" target="_blank">';

    and this line:

    <a href="<?php echo esc_html( $link ); ?>">
    

    to this

    <a href="<?php echo esc_html( $link ); ?>" target="_blank">
    

    Regards,
    Milos
    Hot Themes

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