What's the best way of modifying the comments list?

Hi All!

What would be the preferred way of manipulating the comments for a post? I’d like to completely replace the output HTML with my own code.

Hey @simpel - this is probably more of a general WordPress question than a Sage question. To get you started, wp_list_comments() gives some customization options, and if you need to go even deeper you can look at implementing a custom comments walker.