I am desperately looking for a solution to sort comments alphabetically based on the author-name.
Hope someone can help me with this.
I am desperately looking for a solution to sort comments alphabetically based on the author-name.
Hope someone can help me with this.
You may need to create a custom callback if you're using wp_list_comments.
Found a way:
/wp-includes/comment-template.php
About line 846 change "comment_date" in "comment_author"
This topic has been closed to new replies.