Info
- 3 posts
- 2 voices
- Started 4 years ago by tbronson
- Latest reply from tbronson
- This topic is resolved
Change font size range for tag cloud
-
- Posted 4 years ago #
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!
-
- Posted 4 years ago #
Does this help at all:
http://bbpress.org/forums/topic/adjust-size-of-hot-tags?replies=3#post-295 -
- Posted 4 years ago #
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!
-
You must log in to post.