Forums

Join
bbPress Support ForumsInstallationChange font size range for tag cloud

Info

Change font size range for tag cloud

  1. I'm trying to change the font size range in the tag cloud. So far, I changed "largest" from 24 to 16 in three functions, bb_get_tag_heat_map, bb_related_tags_heat_map, bb_tag_heat_map in template-functions.php, but the site display has remained the same.

    What have I missed?

    Thanks!

  2. Thanks, chrishajer, this...

    <?php tag_heat_map( 8, 16, 'pt', 100); ?>

    ...worked, putting the parameters in the template tag, although I don't know why, 'cause the default values seemed to be changed in the function in template-functions.php. But, I don't care why, either, since it works!

  3. You must log in to post.