Hello,
I am trying to find a solution to make manually set links in a footer column/text widget open in a new browser window.
Is this possible? Thanks for your assistance.
Best
Bob
Hey hasbeat,
If you are adding link in a text widget to open them in new tab add target=”_blank”
<a target="_blank" href="http://your_url_here.html">Link</a>
If you have menu setup from Appearance > Menu and not able to find an option to set links to open in new tab please check screen option on top right and check the option that says “link Target”.
Best regards,
Vinay
Vinay – Perfect, thank you!