-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ethan Lin edited this page Nov 7, 2025
·
7 revisions
AlphaListing provides an A-to-Z index for WordPress sites, delivering a Rolodex-style directory of posts, pages, or taxonomy terms. It ships with a Gutenberg block, shortcode, and widget so you can surface alphabetical navigation anywhere on your site without custom code.
- Display posts from any combination of post types, including custom types from plugins such as WooCommerce.
- List taxonomy terms like categories or tags instead of posts when needed.
- Control alphabetical groupings, numeric handling, and custom alphabets to match any locale.
- Offer quick navigation links through the built-in widget or Gutenberg block.
- Extend the output with custom templates that follow WordPress loop conventions.
- Installation
- Gutenberg block usage
- Shortcode references
- PHP usage
- Templates and theming
- Frequently asked questions
AlphaListing is based on the original A-Z Listing by Lucy (formerly Dani) Llewellyn. Custom templates written for the original plugin may require updates. For the most recent example template, review the sample template.