How do you get ALL tags to display?

I’m not sure how to get all tags to display on the browse page. I can easily display all tags related to an item with this:

<?php echo tag_string('item'); ?>

Could it be as simple as changing (‘item’) to a different term that denotes all items?

tag_string can also just take an array of Tags, so you could pass it get_records('Tag', array(), 0) to show them all.

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.