Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    This is not supported in shortcode. For now you should adjust the shortcode files.

    Will look into this but cannot promise you this is possible to add via shortcode.

    Guido

    Thread Starter dinowong

    (@dinowong)

    Which file and line# in the editor should i be eyeballing to?

    Plugin Author Guido

    (@guido07111975)

    Hi,

    I currently don’t have access to a normal pc so cannot give detailed instructions. Until the end of july. Sorry.

    Guido

    Plugin Author Guido

    (@guido07111975)

    Hi,

    I’m back, open plugin files ‘vskb-three-columns’ and ‘vskb-four-columns’ and look for:

    $return .=  '<a href="'. get_permalink( $single_post->ID ) .'" rel="bookmark" title="'. get_the_title( $single_post->ID ) .'">'. get_the_title( $single_post->ID ) .'</a>';

    Change that into:

    $return .=  '<a href="'. get_permalink( $single_post->ID ) .'" target="_blank" rel="bookmark" title="'. get_the_title( $single_post->ID ) .'">'. get_the_title( $single_post->ID ) .'</a>';

    That’s it.

    Guido

    Thread Starter dinowong

    (@dinowong)

    Great! It’s working perfectly now!

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