Opening a new page from the "Read More" link...

Discussion in 'Cloriato WordPress Theme' started by adefeo777, Dec 2, 2012.

  1. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    I want to have the "read more" links on the "home page 2 cols" section to open you tube links in new pages so the user doesn't lose their place in the website, what html or js tags (or whatever) do I need to modify/add to make this work? Oh, and where do I need to put the new tags. Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to front-page.php present in your theme directory and add the code given below
    Code:
    TARGET="_blank"
    Sending image for reference

    [​IMG]


    This will solve your issue.
     
    adefeo777 likes this.

Share This Page