wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- widget_tag_cloud_args Wordpress hook details -- Adam Brown ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - Change the Tag Cloud Font Size in WordPress 2.8
Jun 11, 2009 ... add_filter('widget_tag_cloud_args', 'orz_tag_cloud_filter', 90); ?> Create a new directory called orz-tag-cloud in your wp-content/plugins ... - How To Customize the WordPress Tag Cloud Widget
Sep 26, 2011 ... How to customize the WordPress tag cloud widget by using the widget_tag_cloud_args filter. Exclude tags, change font sizes and more. - WordPress › Support » Customize Tag-Cloud via Functions
for the default cloud widget: add_filter('widget_tag_cloud_args','set_largest_tags') ; function set_largest_tags($args) { $args = array('largest' => 48); return $args; ...