bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Limit tags on front page

(3 posts)
  • Started 1 year ago by drewsdesign
  • Latest reply from drewsdesign
  • This topic is not resolved

Tags:

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

    Posted 1 year ago #
  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.

    Posted 1 year ago #
  3. works great, thank you

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.