---
title: "How to Link to a specific tab item in WordPress?"
url: https://nexterwp.com/docs/link-specific-tab-item-in-wordpress/
date: 2023-02-10
modified: 2026-09-14
lang: en
author: "Aditya Sharma"
description: "Pointing someone at a page and then telling them which tab to click wastes the click and loses some of them. Give a tab its own ID and you can..."
image: https://nexterwp.com/wp-content/uploads/2024/05/link-specific-tab-item-in-wordpress-1024x519.jpg
word_count: 476
---

# How to Link to a specific tab item in WordPress?

## Key Takeaways

- Tabs Tours in Nexter Blocks free and Nexter Blocks Pro opens a specific tab by linking to a unique tab ID, such as pricing-tab, instead of making visitors click through the page.
- Tabs Tours uses the tab title as the anchor target, so the link must add # plus the exact ID to the page address, for example https://example.com/plans/#pricing-tab.
- Tabs Tours requires unique IDs across the whole page, up to 10 tabs per block, and changing an ID later breaks every link already pointing at it.

Pointing someone at a page and then telling them which tab to click wastes the click and loses some of them.

Give a tab its own ID and you can link straight to it — the page opens with that tab already showing.

*For every Tabs Tours setting in one place, see the [Tabs Tours block guide](https://nexterwp.com/docs/add-tabs-on-wordpress/).*

[LIVE BLOCK LINK](https://nexterwp.com/nexter-blocks/blocks/wordpress-tab-content/)

## Before You Start

- **Edition:** Free — works in Nexter Blocks (free) and with Nexter Blocks Pro.- **Block to enable:** Tabs Tours, switched on under **Nexter > Blocks** in your WordPress dashboard.- **Your sections planned:** one tab per section, and the block takes up to **10 tabs**.

## Steps

- Add the **Tabs Tours** block to your page and click **Design from Scratch**.

- Open the **Content** panel. Each item in **Tabs** is one tab — set its **Title**, and click **Add Tab** for more.

![The Tabs repeater with a tab&apos;s Title field](https://nexterwp.com/wp-content/uploads/2026/09/tabs-tours-tabs-list.webp)

- Set each tab's **Content Type** and fill in its content.

![The Content Type setting on a tab](https://nexterwp.com/wp-content/uploads/2026/09/tabs-tours-content-type.webp)

- In the **Content** panel, open the tab you want to link to and give it a unique ID, such as **pricing-tab**. Use lowercase letters and hyphens, with no spaces.

- Publish the page.

- Build the link by adding **#** and that ID to the page address, for example *https://example.com/plans/#pricing-tab*.

- Open the link in a new tab to check the right tab is showing.

## How It Behaves

- The ID you set is placed on the **tab title**, and that is what the link has to point at.- Opening the page with that anchor shows the matching tab straight away, with its content, instead of the first tab.- The link works from anywhere — another page on your site, an email, or another website.- Each tab needs its own ID, and every ID on a page has to be unique.

## Limitations

- The ID belongs to the tab title. Linking to the tab's content element instead does **not** open the tab — the page stays on the first one.- IDs must be unique across the whole page, so two Tabs blocks cannot both use *pricing-tab*.- Changing the ID later breaks every link already pointing at it.- Anchor links do not survive a redirect that strips the **#** part of the address.

## Troubleshooting

### The link opens the page but shows the first tab

Three things to check: the ID is set on the tab you meant, the link uses exactly that ID after the **#**, and nothing else on the page uses the same ID.

### Nothing happens when I use the link

Confirm the ID is really in the page by opening the published page and searching its source for your ID. If it is missing, the setting did not save — set it again and republish.

### I want the tab open for everyone, not just from a link

Use [Default Active Tab](https://nexterwp.com/docs/open-specific-tab-by-default-in-wordpress/) instead, which sets the tab that opens every time.

## Related Docs

- [Open a specific tab by default](https://nexterwp.com/docs/open-specific-tab-by-default-in-wordpress/)- [Tabs Tours block: all settings](https://nexterwp.com/docs/add-tabs-on-wordpress/)- [Connect a carousel with tabs](https://nexterwp.com/docs/connect-carousel-with-wordpress-tabs/)

## Frequently Asked Questions

**Q: How do I link to a specific tab in WordPress without making people click through the first tab first?**
A: Give the tab its own unique ID and point the URL anchor at that ID. Nexter Blocks uses the ID on the tab title, so the page can open straight on the matching tab instead of landing on the first one. That matters when you want to send someone directly to pricing, features, or any other section without wasting a click. The tutorial uses a format like `https://example.com/plans/#pricing-tab`.

**Q: What do I need before I can deep-link to a tab item in Nexter Blocks?**
A: The setup is simple but specific: use the Tabs Tours block, turn it on under Nexter &gt; Blocks in your WordPress dashboard, and plan one tab per section. The block supports up to 10 tabs, so the structure needs to be decided before you start assigning IDs. This works in Nexter Blocks free and with Nexter Blocks Pro.

**Q: Why does my WordPress tab link open the page but still show the first tab?**
A: That usually means the anchor is not pointing at the tab title’s ID, or the same ID is used somewhere else on the page. In this setup, the ID belongs to the tab title, not the content area, so linking to content will not switch tabs. The fix is to use exactly the same lowercase ID after `#`, and keep it unique across the whole page.

**Q: Can I link to a tab from another page or from an email?**
A: The anchor link works from anywhere, not just inside WordPress. The tutorial says it can be used from another page on your site, an email, or another website. That makes it useful for sending people straight into a specific section of a longer page instead of making them hunt for it after they arrive.

**Q: What is the best way to name a tab ID for anchor links?**
A: Use lowercase letters and hyphens with no spaces, like `pricing-tab`. That format keeps anchors clean and predictable, which matters because every link has to match the ID exactly. Changing an ID later breaks every existing link that points to it, so pick something stable before publishing.

**Q: How do I make a tab open by default for everyone instead of only through a link?**
A: Use [Default Active Tab](https://nexterwp.com/docs/open-specific-tab-by-default-in-wordpress/) when you want one tab to open every time someone loads the page. That is different from anchor linking, which only changes the starting tab when someone arrives with `#your-id` in the URL. For broader setup details, [Tabs Tours block: all settings](https://nexterwp.com/docs/add-tabs-on-wordpress/) covers the block options in one place.
