Hi Guys,
Can I set it, that each and every link I put in an article opens in a new tab and I don’t have to change it each time manually?
Thank you
Hi Guys,
Can I set it, that each and every link I put in an article opens in a new tab and I don’t have to change it each time manually?
Thank you
Hello Rafal,
Thanks for reaching out. 
You can add following JS code under X > Theme Options > JS:
(function($){
$('.single-post .entry-content p a').attr('target', '_blank');
})(jQuery);
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.