Sort comments by karma
Just incase if you have not checked out the plugin developers page but heres something that you could try if (function_exists(ckrating_get_comments)) { $post_id = $post->ID; $mycomments = ckrating_get_comments( “post_id=$post_id&status=approve& orderby=comment_karma&order=DESC”); } else $mycomments = null; wp_list_comments(array(), $mycomments); UPDATE I got it working placing in functions.php I got it working placing in functions.php `function comment_comparator($a, $b) … Read more