bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

Change font size range for tag cloud

(3 posts)
  • Started 1 year ago by tbronson
  • Latest reply from tbronson
  • This topic is resolved
  1. tbronson
    Member

    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 1 year ago #
  2. tbronson
    Member

    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!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.