內容簡介
Alphabetical Tags List 外掛提供一個簡單且靈活的方式,以字母順序顯示所有 WordPress 標籤。適用於任何可以放置短碼的地方,讓網站擁有更友好的標籤導航。
【主要功能】
• 以字母順序顯示所有標籤
• 顯示標籤數量
• 提供標籤連結
• 可透過短碼使用
• 無需設定頁面,簡單快速
開發者團隊
原文外掛簡介
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, 10
orderby (default: name) — How to order tags within each letter group. Example: count, slug, term_id
order (default: ASC) — Sort order, ascending or descending. Example: DESC
hide_empty (default: true) — Whether to hide tags with no posts. Example: false
heading_size (default: 24px) — Font size for letter headings (A, B, C, etc.). Example: 20px, 1.5em, 2rem
tag_size (default: 14px) — Font size for tag names. Example: 12px, 0.875rem, 16px
show_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"]
