Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Showing more tags on Heatmap.

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.

Skip to toolbar