Closed kevquirk closed 4 years ago
It should, but that is added by WordPress core, not Post Kinds. hentry is classic microformats, h-entry is the newer microformats 2
Ah, that's interesting. I didn't know there was a micrformats parser. Apologies, I would have used that first had I known. Everything looks like it's got the correct classes to my eye.
Appreciate the quick response on this.
Any time
Hi,
I've just been informed that a webmention I sent to someone isn't parsing on their site correctly. On further inspection, it appears to be an issue with my site.
If you look at the source for this page, line 88 says the following:
<article id="post-1663" class="post-1663 post type-post status-publish format-standard hentry category-notes kind-reply">
Should
hentry
not beh-entry
?I first thought it might have been my caching plugin (Rocket WP) minifying the HTML a little much, but after testing it without any caching, the class remains the same.
I've tried searching open issues, but can't find anything relating to this issue. Any suggestions, or is this a bug?
Thanks,
Kev