Opened 3 years ago
Closed 3 years ago
#11357 closed enhancement (worksforme)
tag cloud option to show all tags
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | 2.8.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The tag cloud widget needs an admin option to show all tags. A simple patch is attached. There could be other options, but a good start is to do the simple way.
Attachments (2)
Change History (4)
- Keywords has-patch added
- Milestone changed from 2.9 to 3.0
just FYI: You can include 'number' in the array() section of this block:
wp_tag_cloud(apply_filters('widget_tag_cloud_args', array()) );
so as not to have to pass extra filters around, Ie:
wp_tag_cloud(apply_filters('widget_tag_cloud_args', array('number' => 0))
Milestone: 3.0 pending dev-feedback, 2.9 release is close by, and enhancements over current functionality is being delayed.
Note: See
TracTickets for help on using
tickets.

diff -Naur of includes/category-template.php