Forums
-
- Forum
- Posts
-
- Installation
- 26,344
- Troubleshooting
- 56,545
- Themes
- 9,856
- Plugins
- 14,387
- Requests & Feedback
- 14,131
- Showcase
- 3,213
-
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..
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS