Enhance the WordPress core/post-terms block with:
- ✅ Display term usage counts
- ✅ Disable links for terms with only one post
- ✅ Automatically remove
hreffor single-use terms - ✅ Gutenberg editor integration
- ✅ Lightweight and dependency-free frontend
If enabled, the number of posts assigned to each term will be automatically displayed.
Example:
PHP (5)
MySQL (1)
JavaScript (3)
If enabled, links for terms used only once will be visually disabled and their href attribute will be removed automatically.
Example:
Before:
<a href="/tag/test/">Test</a>
After:
<a style="cursor:not-allowed">Test</a>
This helps prevent users from navigating to archive pages containing only a single post.
- Download the latest release ZIP from GitHub.
- In WordPress Admin go to:
Plugins → Add New → Upload Plugin
- Upload the ZIP file.
- Activate the plugin.
- Add the Post Terms block in the Gutenberg editor.
- Enable:
- Display term counts
- Disable single links
The plugin automatically enhances the frontend output.
- PHP 7.1+
- WordPress 6.0+
- Composer (development only)
Developed by WPConstructor


