Content Anchor Links
Easily add content anchors to your pages and posts
The facts
- Rating
- 3.8★ from 5
- Active installs
- 1k+
- Price
- Free
- Last updated
- 23 Dec 2020
- Added
- Dec 2016
- Requires WP
- 4.6.0
- Tested up to
- WP 5.5.20
- Downloads
- 24,116
Our analysis
AI-assistedContent Anchor Links is a WordPress plugin that adds unique ID attributes to headings in your posts and pages. This allows you to create 'jump' links to specific sections of your content easily. The plugin works automatically upon activation, requiring no setup or configuration.
This plugin is suitable for users who want to enhance navigation within their content by linking directly to headings. It is particularly useful for long articles or tutorials where quick access to specific sections can improve user experience.
Best for: This plugin is best for users who create long-form content and want to improve navigation within their posts and pages.
What it does well
- ✓Automatically adds unique IDs to h2 and h3 headings
- ✓Enables easy creation of anchor links
- ✓No setup or configuration required
Where it falls short
- •Not compatible with the Block Editor
- •Limited to h2 and h3 headings only
Verdict
Content Anchor Links provides a straightforward solution for adding anchor links to headings, though its limitations may affect some users, especially those using the Block Editor.
From the developer
Roland Barker's own description of Content Anchor Links, lightly tidied.
Note: This plugin is not currently compatible with the Block Editor.
This plugin adds a unique ID attribute to healings in your page and post content, and then makes those anchors available in the linking pop-up. This makes it very easy to add “jump” links to headings within the content.
Using the Plugin
This plugin doesn’t use any settings or require any setup, just activate it and it’s features are available.
The plugin works by adding a unique “id” to the headings in your content. When you open your content for editing, the plugin adds unique ids to all the h2 and h3 headings. After saving the content, those headings become available as “anchors” which can be linked to.
To create an anchor link, add the desired link text, select it and click the “add link” icon. If you begin typing the heading you want the link to jump to, the anchor link for that heading will appear in the search results. Choose that anchor to place your link.
If you want a link from another page to jump to a heading, you can add the anchor link (begins with a “#”) to the regular page link and when that link is clicked on the user will be taken to that heading on the new page.
For example, let’s say you have a page at https://xnau.com/content-anchor-links/ that explains how to make a link list, and on that page is a tutorial with the heading “A Tutorial” If you look at the HTML for that page, you’ll see that the heading has an “id”, like this: <h2 id="a-tutorial">A Tutorial</h2> You can create a link that goes directly to that heading with a URL like this: https://xnau.com/content-anchor-links/#a-tutorial