url link in widget area

Discussion in 'Cloriato WordPress Theme' started by daddyjohn, May 1, 2014.

  1. daddyjohn

    daddyjohn Guest

    Joined:
    Apr 21, 2014
    Messages:
    13
    Likes Received:
    0
    I would like to add a url link into the widget footer area .........so that when a reader clicks on this link it takes them to this website in another tab ..how would I do this?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Just go to Appearance > Widget
    Drag "Text" widget and add the code given below there and drop it in first widget area.

    Code:
    <a href="ENTER YOUR URL HERE">ENTER YOUR TEXT HERE</a> 

    Thanks & Regards
    Gourav Shrivastava
     
  3. daddyjohn

    daddyjohn Guest

    Joined:
    Apr 21, 2014
    Messages:
    13
    Likes Received:
    0
    thats great ..thank you...but how do I get it to open in a new tab and not close down my website?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Just add TARGET="_blank" code in your anchor tag.

    For example:

    Code:
    <a TARGET="_blank"href="ENTER YOUR URL">YOUR TEXT</a> 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page