Notifications
Clear all
Topic starter
13/07/2019 12:51 pm
I noticed, when pressing a link opened in a comment, they dont open in a new tab but in the comment itselve. Can that somehow be fixed so the link opens in a new tab?
13/07/2019 1:11 pm
Hi @rjk,
Please add the following js code in your active theme js files:
jQuery('.wc-comment-text a').attr('target','_blank');
This article may be helpful for you: : https://www.ostraining.com/blog/wordpress/custom-js/