Sort comments in wordpress without using plugins
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Sort comments in wordpress without using plugins’ is closed to new replies.
The topic ‘Sort comments in wordpress without using plugins’ is closed to new replies.
(@ajithperuva)
15 years, 6 months ago
Hi, In my word press blog; I would like to add a sort option for comment in every post without using a plugin.I am using
wp_list_comments()for dump all comments.This is because I would like to enable threaded comments. I saw some tutorials with array_reverse($comments) which is working withforeach($comments as $comment).Is there any simple way to implement a sort option by older first and reverse withinwp_list_comments()or Is it possible to implement threaded(reply for every comments) option withforeach($comments as $comment).Help me please…Thanks