Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Showing more tags on Heatmap.

bbPress functions don’t take arguments the same way as normal PHP functions. You pass arguments as an array.

i.e.

bb_tag_heat_map( array( 'smallest' => 9, 'largest' => 38, 'limit' => 80 ) );

Skip to toolbar