Hi Guys,
With the advent of google analytics latest updates, if you do not have a "rel=“noopener” " link within your external links, your google ad’s (if you have any) get severely affected.
This needs to be corrected within your theme, or at least have the option to add additional html tags to the url, or a simple select/tick box to enable that code to be placed into the URL afterwards.
BEFORE:
<a href=“https://www.facebook.com/thebeautyspotbymon/” class=“facebook” title=“Facebook” target="_blank" style=“outline: currentcolor none medium;”>
AFTER / TARGET:
<a href=“https://www.facebook.com/thebeautyspotbymon/” class=“facebook” title=“Facebook” target="_blank" rel=“noopener” style=“outline: currentcolor none medium;”>
Any help you can give would be greatly appreciated as short of me adding in the code manually and having to customise the look with inline css of the <a hred>
code I would rather if I could just use your theme.