pfefferle / wordpress-webmention

A Webmention plugin for WordPress
https://wordpress.org/plugins/webmention/
MIT License
117 stars 31 forks source link

Webmentions not showing up as comments in 2024 theme on latest version #473

Open connectedblue opened 4 months ago

connectedblue commented 4 months ago

I have a webmention on the following post which displays on version 5.2.6:

https://thoughts.uncountable.uk/finite-echo/

However, when I upgrade the plugin to any later version, including the latest, the comment disappears.

I'm using the 2024 theme on gutenberg. I did come across the following thread when researching this:

https://github.com/WordPress/gutenberg/issues/58366

It suggests that the plugin may be missing a pre_get_comments callback, or similar.

pfefferle commented 4 months ago

This should be fixed in the latest version. I will close this for now, please re-open if it still exists.

connectedblue commented 2 months ago

Could I re-open this please?

I just upgraded to 5.3.2 and the same issue exists - the webmentions are not displayed on the url above (or any of the others on my site)

I rolled back to 5.2.6 and they work again.

pfefferle commented 1 month ago

Have you removed the comment form/section from the design completely?

connectedblue commented 1 month ago

Have you removed the comment form/section from the design completely?

Yes. I don't allow comments on my site, but I do log webmentions. So the comments widget on this page: https://thoughts.uncountable.uk/finite-echo/ displays webmentions received for this page (on version 5.2.6).

When I upgrade the plugin to the latest version, that comment/webmention section disappears.

pfefferle commented 1 month ago

So you have the comments widget but not the form widget?

connectedblue commented 1 month ago

So you have the comments widget but not the form widget?

Yes correct ... I edited the WP 2024 post template to remove the comment form but retained the comment widget

pfefferle commented 1 month ago

that makes it complicated 🤔