Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Limit tags on front page

Yup. Replace <?php tag_heat_map(); ?> in your copy of front-page.php with:

<?php tag_heat_map('limit=20'); ?>

Replace 20 with whatever you want. The default is 45.

Skip to toolbar