| 开发者 |
jumedeenkhan
mozedia |
|---|---|
| 更新时间 | 2026年9月7日 04:38 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[glossary_list] index page with alphabetical navigation, live search, categories, and flexible sorting and layout.[glossary_exclude] shortcode.[glossary_list] to display your glossary index, and [glossary_exclude] to turn off glossary highlighting on part or all of a specific post or page.
[glossary_list]
Add this shortcode to any post or page to display your full glossary list there — an alphabetically organized (A-Z) list of all your glossary terms, with optional jump navigation and a live search box.
Basic example, showing every glossary term with the default settings:
[glossary_list]
Supported attributes
category="all" — Only show terms assigned to one or more Glossary Categories. Use a single category slug (e.g. category="seo"), or several separated by commas to show terms matching any of them (e.g. category="seo,wordpress"). Defaults to all, which shows every term regardless of category.orderby="name" — Chooses how terms are sorted within each A-Z letter group. A term never moves out of its own letter group — only the order of terms inside each group, and the order the groups themselves appear in, follow orderby/order together. Accepted values: name (alphabetical), date (publish date), menu_order (the custom order set on the Glossary Terms screen), or rand (random order, reshuffled on every page load — group order is unaffected by order in this case). Defaults to name.order="ASC" — Sets the sort direction used by orderby, and also the direction the A-Z letter groups themselves run in. Accepted values: ASC (ascending — groups run A to Z, terms sort oldest to newest for orderby="date") or DESC (descending — groups run Z to A, terms sort newest to oldest for orderby="date"). Defaults to ASC. Has no effect on term order when orderby="rand", and no effect on group order at all when orderby="rand".letters="show" — Shows or hides the big A-Z letter heading above each group of terms. Accepted values: show or hide. Defaults to show.limit="-1" — The maximum number of terms to display per A-Z letter group — not a total for the whole index. For example, limit="2" shows at most 2 terms under A, at most 2 under B, at most 2 under C, and so on. Use -1 for no limit, showing every matching term. Defaults to -1.columns="2" — How many columns to arrange the terms into within each letter group. Accepts a whole number from 1 to 6. Defaults to 2.[glossary_list category="seo"]
Combine multiple attributes — "Web Development" terms only, newest first, up to 5 per letter, in 3 columns:
[glossary_list category="web-development" orderby="date" order="DESC" limit="5" columns="3"]
Add [glossary_exclude] marker to a specific post or page to turn off automatic glossary term highlighting for part or all of that content — the rest of your site keeps highlighting as normal.
It doesn't display anything itself; the marker(s) are simply removed from the page when it renders and it supports two forms:
Paired form — wraps a specific section and excludes only that section, leaving the rest of the post highlighted normally:
[glossary_exclude]This paragraph will not have any glossary terms highlighted.[/glossary_exclude]
You can use the paired form as many times as you like in the same post — each pair excludes only the content between it.
Single-marker form — placed on its own, excludes everything from that point to the end of the content:
[glossary_exclude]
This is useful for pages where you don't want glossary tooltips to appear in part or all of the content, such as a legal page, a code tutorial, or a post that already discusses a term in detail.
Excluding the entire post has the same effect as setting the "Glossary Highlight" option to Off on that post/page's edit screen.
Need more shortcode examples?
See the complete shortcode documentation: Glossary Tooltip >> Documentation >> Glossary Page
Multilingual sites
Glossary Tooltip stores UTF-8 content and is compatible with multilingual plugins such as WPML and Polylang.
Documentation and support
Full documentation and setup guides are available at official website glossarytooltip.com.
For questions or issues, please use the support forum.
[glossary_list] shortcode (or select a glossary index page in Glossary → Settings) to display a full glossary index.No. Once a glossary term is published, the plugin automatically detects and highlights matching words across the post types you've selected in the settings.
Add the [glossary_list] shortcode to any post or page, or select a glossary index page under Glossary → Settings → Glossary Index Page. The index lists terms alphabetically, with optional A–Z navigation and live search.
Yes. Every post, page, and supported post type has its own Glossary Highlight and Tooltip settings, each set to Default, On, or Off, independent of the site-wide settings.
Wrap the text with [glossary_exclude]...[/glossary_exclude] to skip just that section, or place a single [glossary_exclude] marker to skip everything after it. To exclude an entire post, set its "Glossary Highlight" option to Off instead.
Yes. Each post or page has a Tooltip setting — Default, On, or Off — that overrides the site-wide tooltip setting for that content only.
Yes. Every glossary term has its own visibility controls to exclude it from auto-highlighting and/or the glossary index, without affecting any other terms.
Yes. Under Glossary → Settings → General, choose to highlight each term once, a set number of times, every Nth occurrence, or every occurrence.
Yes. Add synonyms or alternate spellings to any glossary term, and each one will be recognized, highlighted, and linked back to the same term.
No. By default, the plugin skips headings (H1–H6) and text already inside a link, so your existing structure stays intact. Both behaviors can be changed in the settings.
You can optionally exclude glossary terms from your site's internal search results under Glossary → Settings → General. This has no effect on Google or other external search engines.
Yes. Under Glossary → Settings → Tooltip, set the tooltip position to top, bottom, left, or right. Top is recommended for most layouts.
Go to Glossary → Settings → Advanced and click Flush Rewrite Rules, or visit Settings → Permalinks and click Save Changes.
If content caching is enabled, click Clear Glossary Cache on the Advanced settings tab, then clear any third-party caching or CDN cache your site uses.
Yes. The Advanced settings tab lets you export all plugin settings as a JSON file, import that file on another site, or reset everything back to defaults.
Glossary terms are a standard WordPress content type, so you can move them with the built-in Tools → Export and Tools → Import screens.
By creating internal links between related content and generating a dedicated page for each glossary term, it helps search engines understand your site structure while making it easier for visitors to find relevant information.
Yes. Add a custom prefix — such as "What Is:" or "Definition of:" — before glossary term titles from the Glossary Term settings, without changing the term names themselves.
Yes. It's built to work with any standards-compliant WordPress theme, and has been tested with popular themes including Twenty Twenty-Five, GeneratePress, Astra, Kadence, and Blocksy. If a theme or another plugin ever prevents glossary links or tooltips from displaying correctly, the settings include compatibility options to help resolve most conflicts.
No. Built-in performance options let you skip parsing when no glossary terms exist, cache parsed content, load scripts in the footer, load assets inline, and limit parsing to the main query only.
Visit the support forum or the documentation site.