Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter joshbrade

    (@joshbrade)

    I figured it out. For those wondering how to do this…

    — Go to the plugin, and edit..

    — Go to image-caption-hover/plugin.class.php

    — Change this; <a href="<?php echo $btn_link; ?>" target="_blank"><?php echo $btn_text; ?></a>

    — To This; <a href="<?php echo $btn_link; ?>" target="_self"><?php echo $btn_text; ?></a>

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Good, well I am working on this as a new feature in its next version, Thanks for Suggestion 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘open link in same window too ^’ is closed to new replies.