The [wpdm_tag] shortcode displays all packages assigned to specific tags. Tags provide a flexible way to organize downloads across categories.
Basic Syntax
[wpdm_tag id="tag-slug"]
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | Yes | — | Tag slug or comma-separated slugs |
| items_per_page | integer | No | 10 | Packages per page |
| template | string | No | Default | Link template to use |
| cols | integer | No | 3 | Columns on desktop |
| orderby | string | No | date | Sort by: date, title, download_count |
| order | string | No | DESC | Sort direction: ASC or DESC |
Usage Examples
Single Tag
[wpdm_tag id="featured"]
Multiple Tags
[wpdm_tag id="free,open-source"]
Featured Downloads Section
[wpdm_tag id="featured" items_per_page="6" cols="3" template="link-template-panel"]
Popular Freebies
[wpdm_tag id="free" orderby="download_count" order="DESC"]
Tips
- Use tags for cross-category groupings like “featured”, “new”, or “popular”
- Tags are case-insensitive in queries
- Combine with CSS classes on your page for custom styling
Related
- [wpdm_category] – Display packages by category
- [wpdm_packages] – Full filtering with categories and tags combined