Jun 12, 2019 2:22 am
How can I make links open in a new tab rather than in the current window which then takes me out of the forum?
The links in here for example:
9 Replies
Jun 12, 2019 12:38 pm
Hi @stocksforum,
try the following js code. Add it in your theme js files:
jQuery(".wpforo-post-content a").attr('target' ,'_blank');
Jun 13, 2019 5:58 pm
Aside from the code above, if links are pasted as plain text (control+shift+v) it will auto add the target_blank functions.
Straight paste: https://wpforo.com/community/how-to-and-troubleshooting-2/links-to-open-in-new-tab/#post-27897
Plain text paste: https://wpforo.com/community/how-to-and-troubleshooting-2/links-to-open-in-new-tab/#post-27897