Hi, this is part of the theme?
I don’t have the theme here. Could you send the zipfile to marcel@timelord.nl ?
I can then take a look.
If you use any other plugins that do stuff with terms, please let me know which ones.
Sending you an email now. thanks
Sorry, but I cannot help in this.
What I think is happening is that first a lot of posts are getting fetched. Then all the terms associated to those posts are put in a list/array.
Then there is a hardcoded ksort() being run on that list, where the array is sorted by key.
This is all hardcoded and you would need to rewrite it all to have it work differently. I’m sorry I cannot be of help.
You can see the code here:
/wp-content/themes/crush/theme/includes/template-filters.php
Confused: are you saying you replied to the wrong post? Are you replying to my thread?
Oh, no, my first reply was the correct reply on this topic. My last reply was meant for a different topic.
Sorry for the confusion.
Thanks Marcel, Will look into what can be done.