Good morning,
The following JS code is in place affecting denverhighriseliving.com/condo-intel/:
/Advertising Links/
jQuery(’.post-type-archive-product .post-1743 .entry-wrap’).remove();
jQuery(’.post-type-archive-product .post-1743 a’).attr(‘href’, ‘http://www.slaterea.com/’);
jQuery(’.post-type-archive-product .post-1688 .entry-wrap’).remove();
jQuery(’.post-type-archive-product .post-1688 a’).attr(‘href’, ‘/advertising/’);
jQuery(’.post-type-archive-product .post-2036 .entry-wrap’).remove();
jQuery(’.post-type-archive-product .post-2036 a’).attr(‘href’, ‘/advertising/’);
How can I set all those links to open in a new tab?
Thank you,
J
