96169
results for "wordpress"
-
Something like this
[asuh]
at
2025-09-07 03:32
-
```
[asuh]
at
2025-09-07 03:32
-
namespace MyTheme
[asuh]
at
2025-09-07 03:32
-
class My_Comment_Walker extends Comment_Walker
[asuh]
at
2025-09-07 03:32
-
So as long as I extend Webmention’s class, I can target `html5_comment` directly
[asuh]
at
2025-09-07 03:29
-
You don't need to, that is what inheritance is for
GWG-
at
2025-09-07 03:08
-
As I continue iterating, and then checking against the Webmention version of `Comment_Walker`, I’m seeing a lot of methods that I haven’t manually recreated in my own class. I’m realizing I don’t want to duplicate all of `Comment_Walker` and its methods. Instead, what I’m mostly interested in is the code inside of `html5_comment` that I can slightly rearrange the markup, and you’ll see what I’ve done in my code above. It
[asuh]
at
2025-09-07 00:24
-
https://github.com/asuh/forage/blob/main/app/Comments/Comments.php
[asuh]
at
2025-09-07 00:24
-
same, a little change here and there
[asuh]
at
2025-09-07 00:24
-
GWG, that’s very kind. Here’s where I am for the current Comments class in my own theme work
[asuh]
at
2025-09-07 00:24