95514
results for "wordpress"
-
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 02:24
-
https://github.com/asuh/forage/blob/main/app/Comments/Comments.php
[asuh]
at
2025-09-07 02:24
-
same, a little change here and there
[asuh]
at
2025-09-07 02: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 02:24
-
What do you want to do specifically
GWG-
at
2025-09-07 01:21
-
I wrote the code to expand the stock implementation to allow different html5 comment functions per comment type with a back compatible syntax
GWG-
at
2025-09-07 01:19
-
[asuh]: If you want I could review and write something quickly
GWG-
at
2025-09-07 01:19
-
GWG I know I’ve asked about overrides a few years ago so it’s appreciated that you updated this feature for overrides at all! I just want to see if I can be very tailored about which parts I override
[asuh]
at
2025-09-07 00:32
-
Thanks [artlung] , this is similar to what I’m trying, but an override of the webmentions comment walker also means having to recreate the various methods like `show_separated_reactions` or `comment_query`, among others. I’m trying to be specific about just overriding only `html5_comment
[asuh]
at
2025-09-07 00:31
-
The alternative comment walker in webmentions was designed to be easy to override
GWG-
at
2025-09-06 20:39