Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Editing Forum heat map (tag cloud) settings

Yeah, make a function, put it in functions.php like you’ve said. Then in your child theme’s sidebar.php file, change line 64 from something like this:

<div id=”tag-text”><?php bp_forums_tag_heat_map(); ?></div>

to

<div id=”tag-text”><?php my_new_function(); ?></div>

Skip to toolbar