pablinos, gRegorLove, [tantek], [jgmac1106], shrysr, [chrisaldrich], [KevinMarks], [Michael_Beckwit, lUcid and SpencerDub joined the channel
#SpencerDubHey all, sorry to circle back around to a topic from a couple weeks ago, but if I wanted to enable some of the "future" post kinds in the Post Kinds plugin, how would I do that? Should I make a secondary plugin enabling them?
pablinos joined the channel
#SpencerDubFor example, if I wanted to enable the Wish type. I've seen the FAQ on the WordPress plugin page saying I should add "set_post_kind_visibility( $slug, $show = true )", but I'm unclear about how to specifically go about that. :)
[Michael_Beckwit joined the channel
#[Michael_Beckwiti assume run that in a callback on like init or after_setup_theme
#[Michael_Beckwitdidn't try this for syntax errors, but I think it's good as is
[jeremycherfas] and [chrisaldrich] joined the channel
#[chrisaldrich]SpencerDub, I'll dig into the specifics a bit, but there are a lot of reserved kinds already written in the plugin that have false flags that can be changed to true. The tougher part is that many of them don't have display templates, so you may need to create those.
#[chrisaldrich]You'll want to manually change the line 'show' => false, // Show in Settings so that the `false` value is `true`
#[chrisaldrich]I think you should be able to use one of the pre-existing templates to display it on your site. The readme describes how to do this iirc.
#GWGI prefer if people use the function to change it.. editing the plugin causes you to lose things on upgrade
#[chrisaldrich]Yes, that's definitely a better way to go... Has it been documented? I haven't looked in a while...
#YeoWorldHello chaps. I need help integrating smtp mail with wordpress bitnami in gcloud. I followed the tutorial provided by google and it still not working
[fluffy], [LewisCowles] and [Michael_Beckwit joined the channel
#[Michael_Beckwit[Jeff_Hawkins] last i saw it's all a taxonomy, so should be available in RSS feeds
#[Michael_Beckwiteach kind would have its own since they're all terms
[Jeff_Hawkins] joined the channel
#[Jeff_Hawkins]Thanks... I have some WordPress instances running in a 'boil down mode' to build posts for my aggregation and curation sites. I'm thinking post kinds might help to segregate some of that content out to latenight inclusions or completely skip some of those posts. I believe that might help some.