#wordpress 2020-10-02
2020-10-02 UTC
zerotex, nickodd, [Emma_Humphries], [schmarty], [fluffy], [tantek] and [James_Gallaghe] joined the channel; nickodd left the channel
[Ana_Rodrigues] and [chrisbergr] joined the channel
# [chrisbergr] Still running 3.3.3 - Because my template depends on it, I fear every update of this plugin -.-
# [chrisbergr] I feel the need to erase all dependencies.
[Khurt] joined the channel
# [Khurt] Updated to Post-kinds 3.4.4 . ð
# jeremycherfas !tell GWG Reading your mf2 piece again, in your function to add p-summary, you check for the presence of $excerpt; does this check only fo the case of a manual excerpt, or does it also check for things before `more`?
# jeremycherfas Would there be a way to include a generated summary?
# jeremycherfas Not always, no.
# jeremycherfas OK, I'll note that. Thanks.
# jeremycherfas I don't really use post kinds on my WP sites so I can't help with testing.
[chrisbergr] joined the channel
# [chrisbergr] David: You did broke my whole page once, I had to redo every spot where I display data from post kinds.
# [chrisbergr] But I don't blame you!
# [chrisbergr] It is my fault when my template depends on 3rd party code without fallbacks.
# [chrisbergr] As far as I remember, I copied your template files into my theme and adjusted them accordingly. Then you changed some functions in the Kind_View class and I had error messages everywhere. It wasn't that difficult to fix, I just wasn't prepared for it ð
# [chrisbergr] My future plan is to make the output with my own functions and using the plugin only on the admin interface for data input.
# [chrisbergr] Then my only dependency will be the name of the field in the db
# [chrisbergr] That's how we learn ð
# [chrisbergr] You mean 'get_template_part' with args? That's great. I had not the time to use it yet, but this is the single improvement I'm exited about from the 5.5 release.
# [chrisbergr] Cool ð Maybe you'll replace the include stuff with locate_template or load_template. So you can pass the args to the template
# [chrisbergr] I've done this in my recent plugin: https://github.com/chrisbergr/marlon-framework/blob/master/framework/core/foundation/marlon_utilities.php#L23
# [chrisbergr] There I also need to add the args parameter, but this doesn't seem like a big step.
# [chrisbergr] Maybe you provide 2 functions. The current one (marked as deprecated) and the new one with the args. So you can serve all for some time.
[Murray], [James_Gallaghe], mattl, nickodd, [tantek], [schmarty], someone1, [snarfed], ScalaWilliam, [fluffy], [chrisbergr] and [chrisaldrich] joined the channel; nickodd left the channel
# [chrisaldrich] I looked the other day when you mentioned it and didn't see the update pushed yet. Has it gone to the repo yet or should I just upgrade via github?
[snarfed] joined the channel
[tw2113] joined the channel
# [chrisaldrich] Apparently I should have looked closer... I'll update in a few minutes then!
[tantek], [Ana_Rodrigues], [fluffy] and cambridgeport90 joined the channel
# cambridgeport90 I think now that I've read your conversation, I'm going to wait a bit before I update to the latest version. I'm using Autonomie for a theme, so ... not sure how that will affect stuff?