Please be more specific. Are you referring to the list which appears in the widget? In what widget template?
Yes. The template is List
See at http://www.danceavida.com/wordpress/aniversariantes-do-mes/
I need to show Alice first ! So, order List by Name.
Hhhmmm you are right. Maybe i ‘ll even make it the default behavior. Thanks for the info, I shall inform you.
Could you tell me in that file (.php) you display for me to order the way I need?
As I can’t release new version yet do the following:
– In file: class-birthdays-widget.php after line 191 add this
uasort($filtered, "cmp");
– In file: birthdays-widget.php at the end of it add this
function cmp($a, $b) {
return strcasecmp($a->name, $b->name);
}
PS: If everything works and you like our work, please consider leaving a rating.