Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Mitali Deva Rajpurohit

    (@mitalideva)

    Hi tigerlilley21,

    Thank you for using plugin. For SEO purpose, Plugin redirects to new tab for external link. But for your change request, I found one solution below.

    1> Please reinstall plugin

    2> Add script in footer.php

    <script type=”text/javascript”>
    jQuery(document).ready(function() {
    jQuery(“a.ex-link”).removeAttr(“target”);
    });
    </script>

    This solution will work to open link in same tab.

    I would like to help you more.

    Thank you.

    Thread Starter tigerlilley21

    (@tigerlilley21)

    Thank you so much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I make the Featured image open in the same tab?’ is closed to new replies.