• Resolved Marco

    (@mcivita)


    Hi, can you pls allow us to choose the link target page? I would like to open the link as target _self instead of _blank.
    Any idea how to change?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Open ticker-shortcode.php file in an editor. Search for the below code:

    <a href="<?php the_permalink()?>" title="<?php the_title(); ?>" target="_blank">

    You will find it at line number 72. Remove target=”_blank” from the above code.

    Thanks
    Iftekhar

    Thread Starter Marco

    (@mcivita)

    yes, but the problem is that when i will update the plugin i will lost the edits.
    Is there a way to use this plugin as a child plugin or maybe adding some hooks/filter?

    I will update this in the next release. You can choose the link target page from the admin panel. For now, do it as I said.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘href link in the same window’ is closed to new replies.