open widget (image) url in new window
-
under widget/image, is it possible to open url in a new window?
please see youtube image/link in left margin. i tried using but code is not allowed in editor.
please advise…thx!
Blog url: http://radiusgroupblog.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
There is no option provided in the image widget to do that > http://en.support.wordpress.com/widgets/image-widget/
You will have to use a text widget instead.
http://en.support.wordpress.com/widgets/text-widget/http://en.support.wordpress.com/links/#visual-editor-links
In 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 widget (image) url in new window’ is closed to new replies.