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

    (@rfgoetz)

    You need to change this line in wp-topbar:

    From

    “href=”<?php echo $wptbOptions[‘bar_link’]; ?>”target=”_blank”><?php echo stripslashes_deep($wptbOptions[‘bar_link_text’]); ?>

    to:

    “href=”<?php echo $wptbOptions[‘bar_link’]; ?>><?php echo stripslashes_deep($wptbOptions[‘bar_link_text’]); ?>

    I can make this an option in a future version.

    Bob

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-TopBar] Open in Same Window / Not New’ is closed to new replies.