Skip to content

Implement Custom Comment Walker #227

@dshanske

Description

@dshanske

Semantic Linkbacks has a custom comment walker that changes comment displays to support extra parameters.

I want to move this into webmentions and reimplement it. But, as noted in a request in that plugin, it needs to easily allow theme customization of displays.

It needs to have a few parameters. This is based on a theme calling wp_list_comments

  1. Since this is a Walker, if there is a callback, that would have to take precedence.

  2. The Walker should call a handler that uses individual template files in the plugin that can be overidden by placing a file in the theme.

  3. There should be accounting for two different presentations, triggered by the short_ping setting. Short ping would be the short presentation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions