by pulpcovers
0 (0 reviews)
Alphabetical Tags List
Display your WordPress tags in a clean, alphabetical list — with optional counts, links, and formatting controls.
Compatible with WP 7.0.2
v1.0
Current Version v1.0
Updated 2 weeks ago
Last Update on 02 Jul, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#59,144
—
No change
Active Installs
0+
—
No change
KW Avg Position
N/A
—
No change
Downloads
156
—
Total downloads
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 10
0+
10+
30,875
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 9 more installs to reach 10+
Rank Changes
Current
#59,144
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
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
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.0
- Last Updated
- Jul 02, 2026
- Requires WP
- 5.0+
- Tested Up To
- 7.0.2
- PHP Version
- 7.4 or higher
- Author
- pulpcovers
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Frequently Asked Questions
Common questions about Alphabetical Tags List
Yes. Use the shortcode attributes for basic styling: heading_size — font size for letter headings (default: 24px) tag_size — font size for tag names (default: 14px) For more advanced styling, the plugin outputs HTML with consistent CSS classes you can target in your theme's stylesheet: .atl-container — outer wrapper .atl-jump-nav — sticky letter navigation bar .atl-jump-link — individual letter links in the navigation .atl-letter-section — wrapper for each letter group .atl-letter-heading — the letter heading (A, B, C, etc.) .atl-tags-grid — the grid of tags within each letter .atl-tag-item — individual tag wrapper .atl-tag-link — the tag link .atl-tag-count — the post count in parentheses
There are two default behaviours that can cause a tag to be hidden: hide_empty is set to true by default, meaning tags with no posts assigned to them will not appear. To show all tags regardless of post count, use: [alphabetical_tags hide_empty="false"] min_count is set to 1 by default, meaning a tag must have at least one post to display. If you have raised this value, tags below that threshold will be hidden. For example, if you have set min_count="5", any tag with fewer than 5 posts will not appear. To display all tags with no restrictions: [alphabetical_tags hide_empty="false" min_count="1"]
Yes. The plugin normalizes accented and special characters when grouping tags by letter, so tags are always filed under their base letter regardless of diacritics. For example: Árbol, Águila → grouped under A Éclair, Ñoño → grouped under E and N respectively Über → grouped under U The following scripts are supported: Latin extended — Spanish, French, German, Portuguese, Polish, Czech, and 100+ more (Á, É, Ñ, Ü, Ç, Ø, Ł, etc.) Cyrillic — transliterated to their ASCII equivalents for grouping Greek — transliterated to their ASCII equivalents for grouping The original tag name is always preserved in the display — only the grouping logic uses the normalized form. For best results, ensure your server has the PHP intl extension enabled. The plugin will fall back to a built-in character map if intl is unavailable, so international characters will still be handled correctly in either case.
No. It's intentionally lightweight — everything is controlled via shortcode attributes.
Not yet. The plugin currently supports the built-in post_tag taxonomy.
Yes. You can place the shortcode in any block that supports shortcodes.