joshkadis
Member
Posted 2 weeks ago #
I'd like to limit the largest font size in the default Tag Cloud widget, and it looks like the place to do that is in the 'largest' argument of the wp_generate_tag_cloud function around line 599 of wp-includes/categories-template.php
But it doesn't seem to work when I clear my cache and refresh the site. I've also gone into Dashboard->Appearance->Widgets and resaved the Tag Cloud widget for good measure.
Am I looking in the wrong place?
Thanks.
kgraeme
Member
Posted 2 weeks ago #
Modifying the core files is a bad plan because it makes upgrade difficult.
Try this tag cloud plugin
http://wpmudev.org/project/featured-blog-tag-cloud-widget-and-shortcode
It lets you set font size, how many tags it shows, order alphabetically or by popularity, and even point to a different blog.
There's another better tag cloud widget out there in the WP plugin repo. Blanking on the name, but it has all kinds of extra tag cloud options.