wohlfordba
Member
Posted 4 years ago #
I'm having trouble figuring out an issue I'm running into with st_tag_cloud and the min_usage parameter. I may not understand how to use it properly, so please correct me if I'm wrong. My impression is that it works like "Simple Tags: Options" -> "General" -> "Min usage for auto link tags." Although, when I add min_usage to the Example PHP in <http://code.google.com/p/simple-tags/wiki/TagCloud> it doesn't seem to have an affect. Suggestions?
I'm using SimpleTags 1.5.7 in WordPress 2.5.
The way I read it, <?php st_tag_cloud('min_usage=15'); ?> would exclude any tags for the tag cloud that were not associated with at least 15 posts. So if a tag was used on 12 posts, it would not appear in the tag cloud.
wohlfordba
Member
Posted 4 years ago #
That's the way I read it too. The problem is I can't seem to get it to work. Anyone have similar problems?
flashgordonator
Member
Posted 3 years ago #
I have the same problem: min_usage seems to be stuck at a value of about 4, no matter what I change either in the plugin settings or the code snippet itself. Here's my code:
<?php st_tag_cloud('color=false&size=false&number=45&min_usage=0'); ?>
Any ideas? It's pretty frustrating.