Page 1 of 1
sorting tags
Posted: Mon May 08, 2006 9:07 pm
by Col. Kurtz
is it possible to sort the tags by the number of hits (or importance) and not alphabetically?
Re: sorting tags
Posted: Tue May 09, 2006 9:01 am
by garvinhicking
Hi!
You mean in the sidebar plugin? Yes, that is possible, just edit the serendipity_plugin_freetag.php file, go to the generate_content() method and change the "ORDER BY et.tag" to "ORDER BY total"
HTH,
Garvin