Each Link Open in New Tab

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. :slight_smile:

You can add following JS code under X > Theme Options > JS:

(function($){

    $('.single-post .entry-content p a').attr('target', '_blank');

})(jQuery);

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.