The latest update of the free Tag Groups plugin brings you a new shortcode [tag_groups_info]. You can use it to display information about tag groups on public posts and pages.
For example, display all groups with their respective numbers of assigned tags:
[tag_groups_info group_id="all"]
This code creates the following output for this website:
| not assigned | 0 |
| Chatty Mango | 9 |
| Features | 19 |
| Software | 37 |
| Tools and Services | 15 |
| Other | 8 |
Please find all available parameters in the documentation. The shortcode can be extended in future with more functions.
Additionally, the updates fixes several minor bugs.