Alphabetical Tags List
·
Display your WordPress tags in a clean, alphabetical list — with optional counts, links, and formatting controls.
Alphabetical Tags List provides a simple, flexible way to display all your WordPress tags in alphabetical order. It works anywhere you can place a shortcode — posts, pages, widgets, or block editors.
This plugin is ideal for:
- Sites with large tag collections
- Readers who need a browsable tag index
- SEO‑friendly tag navigation
- Magazine, blog, and archive‑heavy sites
The output is lightweight, accessible, and easy to style.
Features
- Display all tags alphabetically
- Tag counts
- Tag links
- Works via shortcode
- No settings page — simple and fast
Shortcode
Use the shortcode anywhere:
[alphabetical_tags]
The list of tags will display
Shortcode Attributes
min_count(default:1) — Minimum number of posts required for a tag to display. Example:5,10orderby(default:name) — How to order tags within each letter group. Example:count,slug,term_idorder(default:ASC) — Sort order, ascending or descending. Example:DESChide_empty(default:true) — Whether to hide tags with no posts. Example:falseheading_size(default:24px) — Font size for letter headings (A, B, C, etc.). Example:20px,1.5em,2remtag_size(default:14px) — Font size for tag names. Example:12px,0.875rem,16pxshow_jump_nav(default:true) — Whether to display the sticky jump-to-letter navigation. Example:false
Example
Show only tags with 10 or more posts, sorted by popularity, with custom font sizes:
[alphabetical_tags min_count="10" orderby="count" order="DESC" heading_size="28px" tag_size="13px"]