260
results for "microformats wordpress theme"
-
thanks aaronpk sknebel for discussing my blogpost on WP and webmentions here. It's part about the theme vs plugins. I think the original issue is how it can be hard to discern if some issue originates with the microformats, the theme or something else at the sender's, or with the plugins, microformats, theme at the target's side.
tonzyl
at
2018-07-07 18:43
-
edited /admin-to-do (+362) "Update WordPress theme to support microformats2"
Loqi
at
2018-06-28 15:57
-
[tantek] the source code says the theme is called “microformats” 😉 … so you can release the complete microformats folder that is placed inside the themes directory (wordpress/wp-content/themes/microformats)
[pfefferle]
at
2018-06-28 15:10
-
[tantek] what about adding the microformats.org wordpress theme to github, so that we can make it microformats2 compatible?
[pfefferle]
at
2018-06-28 14:32
-
[zegnat] here is one theme people have been working on: https://github.com/presscustomizr/hueman and this one Fluidia https://wordpress.org/themes/fluida/ says it is microformats but it isnt mf2, if you want to hack on either with me I am game
jgmac1106
at
2018-06-27 13:43
-
or maybe three steps? 1. install "basic" indieweb plugins that work regardless of theme markup, 2. fix theme markup to be proper mf2, perhaps with the "microformats plugin" (verify with Indiewebify.me), then 3. install more plugins (Webmentions, Semantic Linkbacks, etc.)
tantek__
at
2018-06-20 00:25
-
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 18:10
-
It'll also be a nice exercise in better understanding microformats and what they're capable of on your site and within your theme.
chrisaldrich
at
2018-06-19 18:07
-
I am tinkering with a bit of code that will investigate a WP theme, to highlight things that need fixing - ie: using microformats in CSS
[cjwillcock]
at
2018-06-15 22:20
-
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 18:52