Forums
-
- Forum
- Posts
-
- Installation
- 28,424
- Troubleshooting
- 62,413
- Themes
- 10,413
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
the easiest way right now is to change the function tag_heat_map()
change the line
uksort($counts, 'strnatcasecmp');
to
asort($counts); //or
arsort($counts); //reverse
may we should have a filter in the function make it pluggable..