List Post Tags Shortcode
Display all post tags on your site using a simple shortcode with customizable format, sorting, and caching options.
Next Milestone 10
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0.1
- Last Updated
- Jan 01, 2026
- Requires WP
- 4.6+
- Tested Up To
- 6.9
- PHP Version
- 7.4 or higher
- Author
- Andre Moura
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 1
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about List Post Tags Shortcode
orderby: Sort tags by - 'name' (default), 'count', 'slug', or 'term_group'
order: Sort direction - 'ASC' (default) or 'DESC'
show_count: Show post count - 'true' or 'false' (default)
exclude: Comma-separated tag IDs to exclude - e.g., '1,5,12'
hide_empty: Hide tags with no posts - 'true' (default) or 'false'
cache: Cache time in seconds - default 3600 (1 hour), set to 0 to disable
class: Additional CSS class for the container
List items (ul format): <li> elements
Post count: .wlpt-count
Custom class: Use the class attribute
Example CSS:
.wlpt-tags { font-size: 14px; }
.wlpt-tags a { color: #0073aa; }
.wlpt-count { color: #999; }
Does this plugin use caching?
Yes! The plugin uses WordPress transients to cache the tag list, improving performance. The cache is automatically cleared when tags are created, edited, or deleted. Default cache time is 1 hour (3600 seconds), but you can adjust it with the cache attribute.
Can I exclude certain tags?
Yes, use the exclude attribute with comma-separated tag IDs:
[list_post_tags exclude="1,5,12"]
To find tag IDs, go to Posts → Tags in your WordPress admin and hover over a tag name - the ID will appear in the URL.
Will this work with custom taxonomies?
Currently, the plugin only works with the default post_tag taxonomy. Support for custom taxonomies may be added in future versions.
Is the output XSS-safe?
Yes, all output is properly escaped using WordPress functions (esc_html, esc_url, esc_attr) to prevent XSS attacks.
Can I use this in a widget?
Yes! If your theme supports shortcodes in widgets, you can add the shortcode directly. Alternatively, use a text widget or the WordPress block editor.
How do I translate this plugin?
The plugin is translation-ready with the text domain list-post-tags-shortcode. Translation files should be placed in the /languages folder. You can use tools like Poedit or Loco Translate to create translations.