Notifications
Clear all

User profiles URL

2 Posts
2 Users
0 Likes
1,448 Views
(@sunny)
Trusted Member
Joined: 7 years ago
Posts: 69
Topic starter  

How can I make user profiles URL open in the same window, currently they open in a new window for every user. 


   
Quote
Topic Tags
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5908
 

Hi @sunny,

I'm sorry, but there is no option for this. Here is the js code you can use for this purpose: 

jQuery(".wc-comment-author a").attr("target", "");

Add the code in your active theme js files.

Please don't forget to delete all caches before using. 


   
ReplyQuote
Share:
Scroll to top