How to make "Visit Site" button open new tab when it click

Discussion in 'ReThink WordPress Theme' started by eka, Oct 3, 2013.

  1. eka

    eka New Member

    Joined:
    Jul 17, 2013
    Messages:
    6
    Likes Received:
    0
    Hi.

    I want to make "Visit Site" button, when it click, always open new in new tab.
    How make it happen..?

    thanks



     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this paste code just above </head> tag in the "header.php" file.
    Code:
    <base target="_blank">
    
     
  3. eka

    eka New Member

    Joined:
    Jul 17, 2013
    Messages:
    6
    Likes Received:
    0
    Hello..

    thanks for your answer,
    but, it effected to all link, open readmore, open category list, and all link opened on new tab.

    I'm just want Visit Site link to open at new tab, not all link on my site..

    thanks :)
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Undo the previous customization for this issue.

    Now, Go to the loop.php file present in your theme directory and add the code given below as shown in the below image.

    Code:
    target="_blank"
    [​IMG]


    And then go the customsinglepost.php file present in your theme directory and add the code as shown in the below image.


    [​IMG]







    This will solve your issue.
     

Share This Page