How to control WordPress 9.2 tag cloud font size?
March 17th, 2010 — adminWe all know that WP has added widget_tag_cloud_args filter, you can use this function to override the default arguments that are passed to the wp_tag_cloud function to change the tag cloud font size you like. This filter provides a keyed array, where the smallest, largest, and unit keys represent the smallest font size, the largest font size, and the unit (‘pt’, ‘em’, ‘px’, etc) used by the default tag cloud widget.
Continue reading “How to control WordPress 9.2 tag cloud font size?”