Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Big to Small Tag listings


so1o
Participant

@so1o

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..

Skip to toolbar