Can anyone point me to any good (and by that I mean slightly “For Dummies”) guides on using a walker class for comments?
I just started writing a callback function to customize wp_list_comments() and I checked the codex where I noticed this…
'walker'
( Walker object ) Provide a custom Walker class object to use when rendering the comments. This is the primary method of customizing comment HTML.
Really? The primary method of customizing comment HTML. The Internet doesn’t agree. Mostly.
Anyone point me to a good introduction and example?