• I updated to the latest plugin-version 1.7.4.2 and it is still very buggy. Here is my code:

    st_tag_cloud('number=10&largest=45&smallest=12&unit=px&maxcolor=#C3DFDE&mincolor=#475E5F&exclude=19,22,23,24,30');

    It doesn’t matter if I specify cloud_selection, the above code will always display the 10 first tags alphabetically.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try to reset the simple tags options ?

    Thread Starter object81

    (@object81)

    cloud_selection works now and the 10 most popular tags are displayed. But they are still sorted alphabetically, and not randomly.
    Looks like cloud_sort=random doesn’t work. Tried again to reset the options, but that didn’t do anything.

    Fix on version 1.7.4.3
    Thank your for your reporting.

    Thread Starter object81

    (@object81)

    Thanks, it works fine now.

    I’m not sure if this is related, but I’m having the exact opposite issue – cloud_sort and cloud_selection are both now defaulting to ‘random’ and I can’t get them to sort by name. Here’s my code (being used in a template):

    st_tag_cloud(‘format=list&cloud_selection=name-asc&cloud_sort=name-asc&number=0&title=&size=false&color=false’);

    Despite the above, the list displays in random order. I’m running 1.7.4.4 on WPMU 2.9.1.1.

    Thanks for your help!

    Check your Simple Tag settings as these seem to take priority over the orders you give in your template.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Simple Tags] cloud_selection won’t work’ is closed to new replies.