Info
- 3 posts
- 2 voices
- Started 2 years ago by Michael
- Latest reply from Michael
Display All Tags
-
- Posted 2 years ago #
I know this has been mentioned before - but I can't seem to find the original thread.
How can I display every single tag within tags.php?
I currently have Burning Tags installed for the front page. The header of the table in which they are contained has a link to the tags page - so I'd like users to be able to see all the tags.
Peace, Michael
-
- Posted 2 years ago #
I misunderstood your question. I thought you wanted the unfiltered list of tags, but you actually meant you wanted every tag on your forum.
Anyway, here's the code:
<?php bb_tag_heat_map( array( 'limit' => '' ) ); ?> -
- Posted 2 years ago #
No problem. I should've just posted here instead of asking on your plugin comment feed.
Thanks for that - I have blended it with the bullet separation I mentioned before:
<?php echo implode( ' • ', bb_get_tag_heat_map( bb_get_top_tags( array( 'limit' => '') ), array( 'format' => 'array' ) ) ); ?>All seems to work okay - thanks. :)
-
You must log in to post.