Re: Showing more tags on Heatmap.
So am I replacing this line in the code above
<p class="frontpageheatmap" style="text-align: center;"><?php bb_tag_heat_map(); ?></p>
with this line below?
<p class="frontpageheatmap" style="text-align: center;"><?php bb_tag_heat_map(array( 'smallest' => 9, 'largest' => 38, 'limit' => 80) ); ?></p>
Thank you.