Custom Nested WordPress Comments with avatar
Plugin recommendations are off topic, so you will need to search this on your own. As for without a plugin, you can customize the the output of wp_list_comments In wp_list_comments, there is a callback parameter which you can override with your own function. This is the customized callback function that I currently use. It differs … Read more