Feature #1746
closedMax Number of Items in a Tag Cloud
0%
Description
I think we've max'd out the number of tags in the tag cloud for the Commons Codex. I might be wrong - but it seems that for tag clouds, there is a default number of tags (50), specified in sitewide_multi-widget_homepage.php. Can we bump this number up (maybe to 100) so that larger sites can display all the tags in their clouds?
Updated by Matt Gold over 12 years ago
- Status changed from New to Assigned
- Assignee set to Boone Gorges
- Target version set to 1.3.10
Updated by Boone Gorges over 12 years ago
- Status changed from Assigned to Reporter Feedback
sitewide_multi-widget_homepage.php controls only the tag cloud powering http://tags.commons.gc.cuny.edu/ The tag cloud on the Codex is powered by WP's default tag cloud widget.
I can add another plugin for greater tag cloud control. Scott, if you want to have a look at https://wordpress.org/extend/plugins/search.php?q=tag+cloud and choose one that seems full-featured, that would be very helpful. Otherwise I will pick one myself.
Updated by scott voth over 12 years ago
Hi Boone - I like this one - http://wordpress.org/extend/plugins/configurable-tag-cloud-widget/ - but if you think there's a better one, do that. Thanks!
Updated by Boone Gorges over 12 years ago
- Status changed from Reporter Feedback to Resolved
Thanks, Scott. Plugin added in https://github.com/castiron/cac/commit/d304a92e6cfc68b6a79ba1d823b76644b66182f5. I'm marking this ticket as resolved; the release will go out very soon. Feel free to reopen if there are more issues.