TrendingTags
Get a list of trending tags.
Table Specific Information
SELECT
The connector uses the WordPress API to process some of the filters.
- Count supports the '=' comparison.
The connector processes other filters client-side within the connector.
For example, the following queries are processed server side.
SELECT * FROM TrendingTags
SELECT * FROM TrendingTags where Count=10
Columns
| Name | Type | References | Description |
| TagID [KEY] | Int | The unique numeric identifier assigned to the tag. | |
| TagsTitle | String | The display title of the tag, often matching its WordPress name. | |
| TagDisplayName | String | The name of the tag as shown to site visitors or readers. | |
| TagsSlug | String | The URL-friendly version of the tag name, used in permalinks and API requests. | |
| TagDescription | String | A short description or summary that explains what the tag represents. | |
| ItemURL | String | The full URL linking to the tag's archive page or listing on the site. | |
| Count | Int | The total number of posts or items associated with this tag. |