TopTags
Get a filtered list of top tags, grouped by letter.
Table Specific Information
SELECT
The component processes all the filters client-side within the component.
SELECT * FROM TopTags;
Columns
| Name | Type | References | Description |
| ID [KEY] | String | The unique identifier assigned to the tag. | |
| Title | String | The display title of the tag, often matching its name in WordPress. | |
| DisplayName | String | The name of the tag as shown to site visitors or readers. | |
| Slug | String | The URL-friendly version of the tag name, used in permalinks and API requests. | |
| Description | String | A brief summary or explanation of what the tag represents. | |
| ItemURL | String | The full URL to the tag's archive page on the site. |
Pseudo-Columns
Pseudo-column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the data returned by the operation.
| Name | Type | Description | |
| Alphabet | String | The alphabet letter used to group or sort tags for display. |