image widgets in new window
-
I would like for my image widgets to open in a new window. Currently, when clicked, they take the guest completely out of the website. I do not see a simple solution to fixing this. Any help would be great!
Blog url: http://danceuponinjusticeathens2012.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
@duij
There is no option provided in the image widget to make it open in a new window. > http://en.support.wordpress.com/widgets/image-widget/You will have to use a text widget. http://en.support.wordpress.com/widgets/text-widget/ If you are not skilled at coding then you can create a draft post and create the link in it. Switch to the HTML editor, copy the code and paste it into a text widget. Then delete the draft post.
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 ‘image widgets in new window’ is closed to new replies.