How can I set each Website Link to open in new tab?

Discussion in 'GeoCraft WordPress Theme' started by molatin, Feb 6, 2013.

  1. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    If I want to view 2 or more websites from listings in the directory I can't as opening more than one Website Link (which opens in a new tab) replaces the previous opened link.

    How can I set each Website Link to open in new tab? Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Add code given below
    Code:
    TARGET="_blank"
    in every anchor tag.

    For example
    Code:
    <a TARGET="_blank"href="Enter your link address">Enter your text</a>

    Sending image for reference

    [​IMG]

    This will solve your issue.
     
  3. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    Thanks Gourav - is this something that you will incluude in an update?

    I think it would be useful
     

Share This Page