Forums

Join
bbPress Support ForumsThemesLimit tags on front page

Info

Limit tags on front page

  1. Can anyone tell me how i could limit how many tags get displayed on the front page?

  2. 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.

  3. works great, thank you

  4. You must log in to post.