#wordpress 2020-01-05
2020-01-05 UTC
almostdvs, [cleverdevil], simons, [tantek], [Marlin_Forbes], [fluffy], [kimberlyhirsh], [mapkyca], [asuh], Stef, [LewisCowles] and [jgmac1106] joined the channel
# [jgmac1106] [Michael_Beckwith] great post! I might have started with the themes. Those work best. We currently are recommending no one use the mf2 plugin
# [jgmac1106] It is theme dependent, works sometimes, not always. It isn't mantained
# [jgmac1106] It is usually old microformats in the theme that cause the conflict.
# [jgmac1106] Do you have a link to a note and an article? I can check out the markup
# [jgmac1106] IndieWeb WordPress works best with one of the 4-5 native themes
# simons no notes, but an article here - uses vanilla twentytwenty: https://breakfastdinnertea.co.uk/2020/01/my-2019-year-in-running/
# [jgmac1106] Oooh cool. We can see if the old mf got removed from core
simons and [jeremycherfas] joined the channel
simons joined the channel
Oclair joined the channel
[tantek], [Sadik_Shahadu], [email096], [asuh], [CrowderSoup] and [Michael_Beckwit joined the channel
# [Michael_Beckwit I wonder if one could remove the conflicting old microformat classes via filter. At least ones added by core and not hardcoded by individual themers
[tantek], [cleverdevil], [mapkyca] and [LewisCowles] joined the channel
# [Michael_Beckwit eh not seeing "hcard" in the WP core files, so must be a theme-dependent thing from past themes
# [Michael_Beckwit i'm not textually committing to anything at the moment, just spitballing thoughts
# [Michael_Beckwit word
# [Michael_Beckwit maybe https://core.trac.wordpress.org/ticket/30783
# [Michael_Beckwit probably https://core.trac.wordpress.org/ticket/32348
# jgmac1106 see that GWG still all over the issue: https://core.trac.wordpress.org/ticket/32326#comment:5
# [Michael_Beckwit untested, but has potential
# [Michael_Beckwit add_filter( 'post_class', function( $classes, $class, $post->ID ) {
# [Michael_Beckwit if ( in_array( 'hentry', $classes ) ) {
# [Michael_Beckwit $key = array_search( 'hentry', $classes );
# [Michael_Beckwit unset( $classes[ $key ] );
# [Michael_Beckwit }
# [Michael_Beckwit return $classes;
# [Michael_Beckwit } );
# [Michael_Beckwit if we want to potentially sabatage at least, if some theme is using it for styling
# [Michael_Beckwit i wanna say there's somewhere to get all the themes hosted on .org, and one could grep through them all to see how many use the classes
# [Michael_Beckwit gotta return home, but i'll be back
simons, Googol303623[m], [Michael_Beckwit and [tantek] joined the channel