WordPress Post Archives

Use Gatsby Develop with Lando
Lando is my preferred local development tool for many reasons. I’m tinkering with Gatsby, and would like to run it from within Lando, adjacent to my WordPress install. Here’s what I did to get it working. You’ll need a node service, and you’ll have to tell gatsby to bind to allow network access, vs just […]

Loopconf 2018
Video coming soon, Here’s the slides (probably hard to make sense of without the video). And some tweets about the talk: Couple WordPress with other systems, and use each system for its strengths. Data modeling may be better handled with a framework such as Laravel. @nullvariable at #LoopConf pic.twitter.com/G9aUsKWcOe — K. Adam White (@kadamwhite) February […]
WordCamp Birmingham 2017
Well I goofed a bit and reused some of the wrong slides when I put this together so there a sprinlke of Drupal in these slides instead of WordPress, but the system is still the same for either platform 🙂 Slides are below, I’ll update this post when the talk is posted to WordPress.tv.
Hacking WordPress Screen Options
**Warning, Nerd Alert. Code Samples Will Follow** As a developer I notice things about the WordPress interface that a lot of people overlook. One feature that’s pretty awesome to have is the ability to show/hide different columns and meta boxes on various screens. Here’s some of those options on the “Add Post” screen: A […]
WP Phone Home
I’ve been working on a project running WordPress off of a Raspberry Pi. It’s a pain to carry another monitor, hdmi cord, etc around with me and once the Pi is plugged in it doesn’t need much. I can do what I need to do with just SSH access. Only trouble is some networks that […]