Re: Showing more tags on Heatmap.
Yes. Just wanted to see for myself. Will change it back to 40 as I did not know what is below before.
Also is what I would do below be correct?
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.