128
results for "microformats wordpress theme"
-
gwg pfefferle, had idea as I thought about making the mf2 plugin work on my charity site. Could I search theme for old microformats like hentry and vcard and delete the properties? Then activate plugin? If so what should I search for and delete?
[jgmac1106]
at
2019-03-15 14:23
-
Trying to use it for the 3rd time. My theme projects always run out of every frame I set.. Supporting all the indieweb related plugins, build in microformats and schema.org, good look for all post kind, variations for articles, pages and archives.. so sad
[chrisbergr]
at
2019-09-17 01:10
-
no problem if I get done I am going to try the same thing you are doing with a theme that sas it is microformats ready (which could mean mf1 or mf2) but I coach baseball tonight and the day is moving too quick
jgmac1106
at
2018-06-07 20:30
-
gregsplace, your site has some extra microformats properties, like the post content is wrapped with `p-name` when it shouldn't be. Not sure if that's SemPress theme or some plugins adding that.
gRegor
at
2023-05-17 01:14
-
theme developers are already adding microformats, just the wrong microformats and that’s part of the problem. 99% of themes use the mf from outdated core WordPress themes, used those classes for styling, and now Core won’t change it because they don’t want to “break themes”. We need to convince them that the current broken mf is breaking themes wanting to use current standards.
[miklb]
at
2018-04-22 19:07
-
Hi all, I followed some discussion over the last few days here about use of microformats in wordpress, I am working on something to help me find these uses. By way of a test, I have this report on use of microformats in the twentyseventeen theme. https://gist.github.com/cjwillcock/34e03470bde9df82831a5b573e3691f5
[cjwillcock]
at
2018-08-01 04:02
-
Some of the poor legacy use is hard coded into WordPress core while other parts are just theme developers who don't know how to properly use or next microformats. Then there's also the issue of themers targeting semantic classes for CSS and JS which can cause things to break when using hooks/filters to inject mf2 programmatically, which is what the microformats plugin is trying to do.
[chrisaldrich]
at
2018-06-15 20:52
-
Tried simple_local_avatars. Doesn't work for me. at least not with Sempress but I don't think it's the theme. It just hooks in with `pre_get_avatar_data` for the microformats but the image src returned from WordPress for the author profile is still gravatar again *sigh*. It's gone when I deselect "show avatar" in the H-Card Widget (removes photo from microformats as well). Kinda at a loss where this is coming
beko[m]
at
2020-01-18 20:47
-
I took the the python uf parser, wrapped a main program around it, and have it dump the parsed microformats out in JSON from a given URL. I'm throwing this at a test Wordpress installation where I switch between Independent Publisher (with uf) and my pinboard theme. Theoretically (right?) the uf JSON output should be the same. Bit it isn't at all.
j12t
at
2018-02-23 05:26
-
One of the biggest issues with WordPress for IndieWeb (and related tool use) is that a lot of it relies on proper microformats which aren't done in either core or in most themes. If core would update to a more correct setup and leave the rest to theme developers who knew what was required, everything would be much smoother sailing.
chrisaldrich
at
2018-06-19 20:10