• Resolved leschambresduclair

    (@leschambresduclair)


    Hi,

    I would like Tile Links to open in a new tab. It must be there in post-tiles.php on line 571:

    $output .= "<li ".$featured_style." id='".$theID."'><a href='$temp_link' class='".$cat_var."' style='background-color: $cat_var_value; $featured_border'><h3>$temp_title </h3>$temp_excerpt</a></li>\n";

    But I don’t know how to do it….
    Any help?
    That’s a great plugin BTW.

    https://www.ads-software.com/plugins/post-tiles/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi leschambresduclair,
    I just came across the same situation. Adding target attribute worked for me.

    $output .= "<li ".$featured_style." id='".$theID."'><a href='$temp_link' target=\"_blank\" class='".$cat_var."' style='background-color: $cat_var_value; $featured_border'><h3>$temp_title </h3>$temp_excerpt</a></li>\n";

    Thread Starter leschambresduclair

    (@leschambresduclair)

    Hi kokichi!
    God I just did not think about \"_blank\", I wrote it "_blank" !
    Thank you so much!
    Ben

    No problem ??
    Ko

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Opening links in new tab’ is closed to new replies.