Forums

Join
bbPress Support ForumsInstallationbb_list_tags() to show like bb_tag_heat_map()

Info

bb_list_tags() to show like bb_tag_heat_map()

  1. bb_list_tags() lists the tags in "li" format as bb_tag_heat_map() doesn't. I would like to show the tags without the li.

  2. you want them to simply show with the same font. right?

  3. you can use this

    <?php bb_tag_heat_map(array( 'smallest' => 8, 'largest' => 8)); ?>
  4. You must log in to post.