[Plugin: Dynamic Widgets] Suggestion: Better support for hierarchical categories
-
DW already has good support for hierarchical pages, but on complex sites with hundreds of categories, organised hierarchically, many labels are pretty much the same, and this makes it hard to use DW quickly.
Consider the following scenario:
- Background colours
- red
- green
- blue
- Foreground colours
- red
- green
- blue
Since DW shows all categories sorted by name, this will produce a list to check from which looks like this:
- Background colours
- blue
- blue
- Foreground colours
- green
- green
- red
- red
Not only the hierarchy is lost, but it makes it hard to see which of the instances for, say, blue is the right one ??
It would be nice to have a toggle to display the categories either on alphabetical format or on hierarchical format. (Right now, my approach is to do a trial-and-error: check one, go to the site, see if I got the widget appearing on the desired category, go back if not, try another option, and so forth).
An alternative is to list the slug for the category (for very deep hierarchies this might not be practical, as the slug can become very long, so it could appear just by hovering over the entry), which would go a long way to make the categories more easily identified, or add the category ID after the category name (also not perfect, since it requires looking it up elsewhere, but perhaps easier to implement).
Note that WordPress is not very consistent in displaying categories either. The menu creation area, for example, suffers from the same problem: it’s hard to figure out which category to add on a site with very deep hierarchies. Luckily, in this case, one can simply see what has been added and hover over the link for the category — which will reveal the hierarchy.
Of course, this is really just useful on sites with very deep hierarchies and hundreds (as opposed to a few) of different categories. Sadly, it’s my case ?? I’ve tried to understand how the categories are requested by the DW plugin and change its code to add at least the ID, but I was afraid to break everything, so, well, I filed a request instead ??
- The topic ‘[Plugin: Dynamic Widgets] Suggestion: Better support for hierarchical categories’ is closed to new replies.