-
AuthorPosts
-
January 28th, 2021 at 01:47 #113022
Hello folks, I am using Verbosa with microformats on my site. I have an issue with the RSS feed on maffulli.net/feed. The creator element looks like this:
<dc:creator><span class=’p-author h-card’>Stef</span></dc:creator>
I believe the <span> element is inserted by the theme. How can I get rid of that <span> element?
Website: maffulli.net/feed
February 15th, 2021 at 15:48 #114029Zed
Cryout Creations mastermindHi,
I am not seeing this extra span on the theme’s demo site, making me believe that on your site it might get added by a plugin.
Look into any SEO plugin you may be using.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 2nd, 2021 at 18:49 #114763It is a plugin adding that code. But shouldn’t the span code be filtered out by the theme, parsed out?
March 2nd, 2021 at 22:05 #114775Clarifying my post above: the plugin that adds the H-card elements is Microformats 2. The theme is supposed to support microformats (that’s why I picked it).
March 12th, 2021 at 22:08 #115279Zed
Cryout Creations mastermindThe theme uses microformat markup for the content structure, but that doesn’t include the feeds.
No output on the feed is filtered by the theme so you’ll need to handle this yourself or through the plugin that’s adding the unnecessary markup.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 12th, 2021 at 22:20 #115285thanks, I’ll sort this out.
-
AuthorPosts
The topic ‘RSS feed doesn’t parse h-card values correctly’ is closed to new replies.