C
by xnau webdesign
3.8 (5 reviews)
Content Anchor Links
Easily add content anchors to your pages and posts
Tested up to WP 5.5.18 (Current: 6.9.4)
v1.6.3
Current Version v1.6.3
Updated 5 years ago
Last Update on 24 Dec, 2020
Refreshed 6 hours ago
Last Refreshed on
Rank
#6,767
—
No change
Active Installs
1K+
-20.4%
KW Avg Position
72
—
No change
Downloads
23.7K
+5 today
Support Resolved
0%
—
No change
Rating
76%
Review 3.8 out of 5
3.8
(5 reviews)
Next Milestone 2K
1K+
2K+
1,465
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 747 more installs to reach 2K+
Rank Changes
Current
#6,767
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
3.8
5 reviews
Overall
76%
5
3
(60%)
4
0
(0%)
3
1
(20%)
2
0
(0%)
1
1
(20%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| anchor | 72 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.6.3
- Last Updated
- Dec 24, 2020
- Requires WP
- 4.6.0+
- Tested Up To
- 5.5.18
- PHP Version
- N/A
- Author
- xnau webdesign
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 3.8
- Reviews
- 5
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Content Anchor Links
The "linker" is the pop-up that appears when you select some text and click on the "add link" icon in the WordPress visual editor (or the "link" button in the text editor). When you begin typing in the linker, it tries to find content that matches the letters you typed. The Content Anchor Links plugin adds anchors from the current page or post to the list of suggestions that appears when the search happens. I don't see the anchor links in the linker. First, be sure there are headings in your content. The plugin adds an ID attribute to all Heading 2 and Heading 3 elements in the content. Once you have the headings in place, save the page or post (either as a draft or as published content) which saves the ID attributes where the linker can find them. Now, select the text you want to add an anchor link to, then type in the first couple of letters of the heading you want the link to jump to. When the results come in, you'll see the anchor links at the bottom of the list. Select your anchor, and commit the link.
Yes, as long as the ID is valid (see below) you can change the ID to anything you want. The plugin won't change any IDs that are already present.
Yes, even though the plugin only adds IDs to headings, you can add an ID attribute to things like images, bullet lists, pullquotes, paragraphs, ...anything. Just add an ID attribute to the element and once the content is saved, the ID will show up in the linker as an anchor you can link to. Important: the ID attribute value must be unique to the page it's on. If there is another element with the same ID, the anchor link won't work and you will possibly break other things as well. I added an ID attribute to something on the page, but it doesn't work. ID attributes have certain requirements in order to be valid and work as anchors. First, an ID attribute should start with a letter, and only contain letters, numbers, and '-','_','.'. That's it, no spaces, no other punctuation or symbols. Very important: the ID must be unique. Having two of the same IDs on a page (this includes everything on the page, like menus, footers, etc.) will cause the ID to be invalid and can cause problems with page functionality, specifically javascript will often not work if a page has any duplicate IDs. Also, the HTML won't validate.