Is there a way to limit the number of hot tags shown on the front page?
bbPress support forums » Troubleshooting
Limiting tags
(2 posts)-
Posted 1 year ago #
-
Change your template to set a limit on the number of tags:
<?php tag_heat_map(array('limit'=>10)); ?>Posted 1 year ago #
Reply
You must log in to post.