xili-tidy-tags is a tool for grouping tags by semantic groups and sub-groups. This tags aggregator can also, by instance, be used to group tags according two or more main parts of the CMS website.
xili-tidy-tags is a tool for grouping tags by language with xili-language plugin for multilingual site and for creating tidy tag clouds. By instance to present only tags in english when the theme is in english because the post or the current category present texts in english. Technically, as xili-language, this plugin don't create tables in wordpress db. He only use (rich) taxonomy features. So, with or without the plugin, the base structure is not modified.
Template tags are provided to enrich the theme and display sub-selection of tags. Through the settings admin UI, it is possible to assign to a tag one or more groups (by instance a french tag to the french language group. A trademark term like WordPress to a group named "trademark" You can choose different storage policies.
fix default sorting and order in sub-selection by group for xili_tidy_tag_cloud() (thanks to Zarban)
1.1
In loop, the template tag the_tags() named xili_the_tags is now available to sub-select tags for the current post from sub-groups. Example of code :
xili_the_tags('',' • ','',array('sub_groups'=>array('trademark', 'software')));
With these parameters, only tags from subgroups 'trademark' & 'software' are displayed in loop with each post (use slug of terms). The first three parameters are used like in the_tags(). The fourth is an array with an key added to a lot of keys as in taxonomy function wp_get_object_terms - see source .
1.0 add shortcode to include a cloud of a group of tags inside a post, also compatible with new recent WP 2.8.
Example of shortcode : [xili-tidy-tags params="tagsgroup=trademark&largest=10&smallest=10" glue=" | "]
In this cas, the group of tags named 'trademark' will be display inside a paragraph of a post. The params are defined as in xili_tidy_tag_cloud() and as in wp_tag_cloud(). The glue is chars inserted between the tags (if omitted default is a space).
0.9.5
Add capability management for editors role grouping - and setting -. Set by administrator role.
0.9.4
When creating tags in post edit UI - this new tag is grouped to default post's lang if xili-language is active and if this tag is not already grouped.
0.9.2
add features to modify kindship of tags group, now allows multiple cloud widgets - see note in installation.
0.9.1
With big tags list in admin UI, select tags starting or containing char(s) or word(s) - possible to split cloud in sub clouds via &offset= et &number= in the var passed to the xili_tidy_tag_cloud - .po file completed.
0.9.0
The tidy tags cloud widget is available.
And the template tags xili_tidy_tag_cloud (useful for theme's creator) is now more powerful with more args as in tag_cloud or get_terms.
Some fixes and translation.
It is also possible to create tag's group according category in three clicks - see second example in installation and screenshots.




