Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adjust Size of Hot Tags

There is an error in /bb-includes/template-functions.php file .

In that file find

($smallest + ($count/$fontstep)."$unit;'>$tag n";

and replace it with:

($smallest + (($count-min($counts))/$fontstep))."$unit;'>$tag n";

Skip to toolbar