• #wordpress 2023-04-07
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#wordpress ≡
  • ←
  • →
2023-04-07 UTC
# 21:49
[chrisbergr]
@GWG re what I want be able to do: My theme has it's own comments walker, displaying other html structure, using my custom author vcard function and adding some action hooks. Because of the walker provided by webmentions, I loose all of that. With a template solution like the one provided by me, I am able to add wp-content/themes/my-theme/webmention/comment-item.php and bring back all my custom code/structure. Super simple.