[wp-trac] [WordPress Trac] #11357: tag cloud option to show all tags
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 8 11:11:34 UTC 2009
#11357: tag cloud option to show all tags
-------------------------+--------------------------------------------------
Reporter: rleir | Owner: azaozz
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Widgets | Version: 2.8.6
Severity: normal | Keywords: has-patch
-------------------------+--------------------------------------------------
Changes (by dd32):
* keywords: => has-patch
* milestone: 2.9 => 3.0
Comment:
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11357#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list