Open link in a new window
-
I want to change my settings so when someone clicks on a link, it opens in a new window instead of them leaving the blog and redirecting them to the linked page. Can anyone help me with this?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
http://en.support.wordpress.com/links/#visual-editor-links
In the html editor (as well as in text widgets), instead of this:
TEXT HERE
you write this:
TEXT HERE -
OOPS! I forgot to use the back tick so the code could be displayed.
http://en.support.wordpress.com/links/#visual-editor-linksIn the html editor (as well as in text widgets), instead of this:
<a href="URL HERE">TEXT HERE</a>
you write this:
<a href="URL HERE" target="_blank">TEXT HERE</a>
- The topic ‘Open link in a new window’ is closed to new replies.