Latest SeedProd News

WordPress Tutorials, Tips, and Resources to Help Grow Your Business

How to Create Anchor Links in WordPress (Without a Plugin)

How to Create Anchor Links in WordPress (Without a Plugin) 

Written By: author image Stacey Corrin
author image Stacey Corrin
Stacey has been writing about WordPress and digital marketing for over 10 years and on other topics for much longer. Alongside this, she's fascinated with web design, user experience, and SEO.
     Reviewed By: John Turner
reviewer image John Turner
John Turner is the founder of SeedProd. He's an Entrepreneur, Web Developer, Marketer, SysAdmin, DBA, Support Tech and can even Cook.

Are you looking for an easy way to add anchor links to your WordPress posts and pages? Anchor links are an excellent way to add a table of contents to posts, helping users navigate long articles. You can also use anchor links to help you show up in specific search results to improve your rankings.

This article will show you how to create anchor links in WordPress easily.

Before we get started, click any of the anchor links in this table of contents to jump to the section you need:

Table of Contents

As we mentioned earlier, anchor links can also improve your WordPress SEO. Google often displays anchor links in search results as a “jump to” link so readers can jump straight to a particular section from the results page.

Google displays anchor links as "jump to" links in search results

At times, Google also shows several links from a single page as “jump to” links. Those links are proven to increase click-through rates in search results, which means more traffic for your website.

Google can also display multiple anchor links from a single article in search results

So how do you create a link to jump to a specific part of a page in WordPress? Let’s find out!

Creating anchor links in the WordPress block editor is pretty straightforward. You only need to do 2 things for your anchor links to work:

  1. Create a link with the # sign right before the anchor text
  2. Add the ID attribute to the text where you want the user to jump to

Follow the instructions below to learn how to do this yourself.

The first step is to highlight the text you want to add your anchor link to. Then click the insert link icon in the WordPress block editor.

Clicking the icon shows the insert link popup where usually, you would add a page link or search for a page to link.

Add your anchor link using the # prefix and click enter.

Yet, for anchor links, you have to enter the # sign and the keywords for the section you want users to jump to.

The keywords you use should:

  • Be related to the section you’re linking to
  • Not be too long or complicated
  • Use capitalization to make the anchor text more readable
  • Include hyphens to separate words and make them easier to read

Once you’ve entered your anchor link keywords, click enter to create the link. You can then see the link you created inside the WordPress editor, but clicking it won’t do anything.

That’s because there is no ID connected to the anchor link, which your browser looks for when you click the link.

You can fix this by adding the ID attribute to the content area you want to link to, which we’ll explore next.

Step 2: Add the ID Attribute to the Linked Text

In your WordPress content editor, scroll down to the content you want users to jump to when they click your anchor link. The section you need is often a heading or the beginning of a new paragraph.

Now, click the block containing the section you wish to link to and navigate to the Block Settings on your page’s right-hand side.

In the block settings, expand the Advanced tab and enter the same keywords you used for your anchor text link in the HTML anchor box. The only difference is you won’t need the # sign at the beginning.

Add the anchor text to the HTML anchor section of the advanced block settings.

When you save your article and preview it, you can see your anchor link in action. Simply click it to jump to the content you linked previously.

If the area of content you want to link to isn’t a heading but a regular paragraph or piece of text, the process is a little different.

In that situation, click the block to show the block settings and click on the three-dot menu to reveal more options.

Edit your WordPress block as HTML

From there, select the Edit as HTML option, which lets you edit all the HTML for that entire block of content.

Now you need to find the HTML tag for the information you want to point to. For example, look for <p> if it’s a paragraph, or <table> if it is a table, and so on.

Once you find the tag, add your anchor keywords as the id attribute, similar to the example below:

<p id="bali-hiking-adventures">

After adding your keywords, you may see a notice explaining that the block contains invalid or unexpected content.

Convert your WordPress block to HTML to finish adding your anchor link

So, click the Convert to HTML button to save your changes.

If you’re still using the classic WordPress editor, adding an anchor link is slightly different. Follow the steps below to learn how to create anchor links in the classic WordPress visual content editor.

First, highlight the text you want to link and click on the Insert Link button at the top of your content editor.

Add your anchor link in the classic WordPress editor by using the # prefix and your link slug.

Next, add your anchor keywords with the # prefix, followed by the text you wish to link.

Step 2: Add the ID Attribute to the Linked Text

The next step is to point browsers to the section of the content you want users to jump to when clicking the anchor link.

To do that, switch to the Text mode in the classic WordPress editor, then scroll to the section you want to display.

Switch to the text editor and add the id attribute to your HTML content

Next, find the HTML tag you want your anchor link to target. For example, <h2>, <h3>, <p>, etc.

Now add the ID attribute with your anchor links’ keywords without the # prefix. Here’s an example of how that would look:

<h2 id="bali-hiking-adventures">

You can now save your changes and preview your content to see the anchor link working.

If you usually use the Text mode to write content in the classic WordPress editor, here is how you can manually create an anchor link in HTML.

First, create an anchor link with the # prefix using the <a href=” “> tag, similar to the example below:

<a href="#bali-hiking-adventures">Bali Hiking Adventures</a>

Then scroll to the section of content you want to display when users click on your link. Usually, the section is an H2 or H3 tag, but it can also be another HTML element, like a simple paragraph <p> tag.

Once you’ve found the HTML tag, add the ID attribute and the anchor text without the # prefix like this:

<h2 id="bali-hiking-adventures">Bali Hiking Adventures</h2>

Now you can save your changes and preview your content to test your anchor link.

If you publish long-form articles regularly, you can save time by automatically adding anchor links to different headings in your content and creating a table of contents with a WordPress plugin. This makes it easier for users to find the information they need and eliminates the need to create each anchor link manually.

To do this, download the Easy Table of Contents plugin and install and activate it on your WordPress website. If you need a little help doing that, follow these instructions for installing a WordPress plugin.

The plugin uses the headings in your content to guess which sections to link to, and you can fully customize the settings based on your needs.

Once you’ve installed and activated the plugin, navigate to Settings » Table of Contents to configure your settings.

Configure the settings for the easy table of contents plugin

Then enable the plugin for the post types you want to add anchor links to and uncheck the areas where you don’t wish to show a table of contents.

You can also turn on the auto-insert option. This lets the plugin create a table of contents automatically for all the selected content types, including older content.

If you only want to create a table of contents for specific articles automatically, leave this option unchecked.

Next, scroll down the page to choose where you want to show your table of contents and when you’d like to trigger it.

Choose the position settings for your table of contents in WordPress

For example, you can show your table of contents before or after your first heading and when a certain number of headings are present in your article.

Further down the page, you can choose a theme to match your site’s branding and review more advanced settings.

Choose a theme for your table of contents to match your websites' branding.

Remember to click the Save Changes button to preserve your settings.

If you enable the auto-insert option, you can preview an article with the right number of headings to see your table of contents in action.

However, if you want to generate a table of contents manually, you’ll need to edit each article individually.

To do that, head to your content’s edit screen and scroll down to the Table of Contents tab below the editor.

From there, click the “insert table of contents” checkbox and select which headings you want to include as anchor links.

Click the checkbox to insert a table of contents into your article

Now you can save your changes and preview your article. The Easy Table of Contents plugin will automatically show a list of anchor links as your table of contents.

Easy table of contents with anchor links in WordPress

We’ve covered several methods for adding anchor links to your WordPress site, but what if you’re creating a landing page?

Luckily, SeedProd, the best WordPress theme and landing page builder, allows you to create anchor links easily.

In its drag-and-drop visual editor, you can use the handy anchor links block to link one part of your landing page to another. If you’re using SeedProd to create a custom WordPress theme, you can use the same method as the one we’re about to show you to create anchor links anywhere in your theme.

SeedProd anchor links block

Just drag the Anchor Link block to the part of the page you’d like to jump to and enter a name.

Add an anchor link name

After, select the text on your landing page you’d like to link from, add the anchor link name with a hashtag at the start, and click save.

Add your anchor link text link

Now when you preview your page and test the link, it will jump to the right section automatically.

Anchor links on your landing page

You can follow this step-by-step guide to create a landing page in WordPress if you need help getting started.

There you have it!

We hope this article helped you learn how to create anchor links in WordPress. Now you can give your readers a better user experience and improve your SEO to help you get more traffic, subscribers, and potential customers.

If you’re interested in what other plugins you can use to enhance your website and save precious time, check out the following roundups:

Thanks for reading! We’d love to hear your thoughts, so please feel free to leave a comment with any questions and feedback.

You can also follow us on YouTubeX (formerly Twitter), and Facebook for more helpful content to grow your business.

author avatar
Stacey Corrin Writer
Stacey has been writing about WordPress and digital marketing for over 10 years and on other topics for much longer. Alongside this, she's fascinated with web design, user experience, and SEO.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. We only recommend products that we believe will add value to our readers.

Comments

  1. I have a link in the footer (template), lets say its called “contact”. Clicking on it shall load the about-page and scroll down to the contact section. How is that done?

    1. Hi Max. To do this you would link to the about page and add the anchor to the URL link /about/#contact. I hope this helps!

  2. Hi! I’ve added the anchor link and created the id attribute correctly (double and triple checked) but my link just won’t work – it does not take me anywhere. I cannot find any articles on proposals of what could be wrong? What can it be? I swear it’s all set up as it should. Could there be a plugin or something in my theme that prevents it? Thanks!

    1. Hi Tuija,

      Is your version of WordPress updated to the latest version? You can also try ensuring all your plugins and themes are updated too. If that doesn’t work, try disabling your plugins and enabling them 1 at a time to see if there’s a conflict.

  3. Hi

    I look for a solution to have anchor work with the menu. The first page is fine and scrolls to the appropriate place. However, when clicking on the link with anchor ID from let`s say page Contact Me, then it won`t work. I found it shows MYDOMAIN.com/contact-me/#anchorID instead of MYDOMAIN.com/#anchorID

    I replaced the menu with a full URL such as MYDOMAIN.com/#anchorID. It worked, but the buttons with that URL shows always Active color I set for active buttons. Besides, on the mobile menu, the menu itself won`t hide.
    Full URL works, but how to solve active buttons and not hide the menu on mobile?

    Has anyone solution for it? Thanks

Add A Comment

We're glad you have chosen to leave a comment. Please keep in mind that all comments are moderated according to our privacy policy, and all links are nofollow. Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.