[Plugin: simple-tags] Cloud issues; miscounting
-
Wonderful plugin. It does everything I need, and far more – but there’s one oddity which I just can’t work out.
I have a cloud that shows the top tags from the last ten days. Fine. But it’s not counting the tags relative to the 10 days. Instead, it’s using the tags’ total number of posts to size it accordingly. Here’s the code below and you can see the cloud at my site:
<?php st_tag_cloud('cloud_selection=count-desc&limit_days=10&cloud_sort=random&number=60&largest=20&smallest=10&unit=px&maxcolor=#330099&mincolor=#C2C2C2'); ?>
For example. The biggest tag, “england”, has 838 topics…when in fact, over the past ten days, it’s only had 4 or 5.
How can I force the cloud to use limit_days as the basis on which to count the posts?
Hope this makes sense!
Thanks all,
Will
- The topic ‘[Plugin: simple-tags] Cloud issues; miscounting’ is closed to new replies.