markjaquith / page-links-to

#WordPressPlugin: Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.
GNU General Public License v2.0
110 stars 46 forks source link

Target Blank (Open in new window not working) #168

Open ganesh102 opened 1 year ago

ganesh102 commented 1 year ago

With the new version of wordpress (6.x) if we set Target=Blank for external link is not working. It just opens within the same window.

markjaquith commented 1 year ago

Hmm. Working for me on WordPress 6.1.1 with default themes. Can you link to a site where the issue is happening, and tell me what link you are expecting to open in a new tab?

MadtownLems commented 6 months ago

9 times out of 10, this is due to an Adblocker extension preventing the loading of new-tab.js. Check your console to see if that's the case for you, and if disabling any adblockers restores the functionality.