• Hello,
    I’m wondering how I can make my blog so that all links open in a new window. I’d like this to be the default so readers don’t get deterred from my page.
    Any help is appreciated.
    Thanks!
    thehealthycollective.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • when creating a post, there is a little chain link icon in the formatting bar on the text area. (top row, around the center of the icon set)
    Click this to create the link.

    In that box there will be a checkbox that says “Open link in a new tab or window”

    If you have to do it manually from the html editor tab, just add

    target=”_blank” in the “<a>” tag.

    You need to add target=”_blank” to the a href. This can be manually added in HTML, is a check box in menu items and also when you add a link in the post/page editor there is a check box.

    Ref: https://www.w3schools.com/tags/att_a_target.asp

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    Thank you so much. I can’t believe I didn’t see that check box.
    Life saver!
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Opening links in a new window’ is closed to new replies.