Notifications
Clear all

Links open in same window

2 Posts
2 Users
0 Likes
1,192 Views
 Rjk
(@rjk)
Trusted Member
Joined: 5 years ago
Posts: 83
Topic starter  

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?


   
Quote
Arina
(@arina)
Support Team
Joined: 10 years ago
Posts: 101
 

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/


   
ReplyQuote
Share:
Scroll to top