-
How I Made My WordPress Archive Style Different Post Formats
This is a big win for me! I was able to set up my site so that posts in an archive can be displayed based on the post format – WITHOUT building a custom block, just a small PHP snippet.
-
How to Find Your People on Mastodon
This post talks about how I have discover people on the fediverse, and cultivate the content curated so that I can find more people I want to meet.
-
How To Move From Twitter to Mastodon
Learn how I made the switch from Mastodon to Twitter, preserving as much of my online identity, and connections as possible.
-
The Path to a Career in WordPress Development
Looking to get into WordPress, but don’t know where to start? This guide will walk you through everything you need to learn.
-
How to Build a Nearly Headless WordPress Website
I believe that a traditional WordPress theme should be able to work as effectively as a static site or a headless web app. The overwhelming majority of WordPress websites are built with a good ol’ fashioned WordPress theme. Most of them even have good caching layers, and dependency optimizations that make these sites run reasonably […]
-
How to Set Up Underpin For a Single Site
This guide will walk you through how to set up Underpin so you can use it on your own site.
-
Make Webpack Configuration Easy With wordpress/scripts
Learn how to set up a WordPress Webpack configuration that allows you to write modern Javascript in your WordPress plugin.
-
API Fetch – The WordPress Library You Didn’t Know You Needed
Learn how the api-fetch library can make working with WordPress’s REST API faster and easier.
-
Create a Custom Gutenberg Block Plugin with Underpin
This tutorial covers how to set up a custom Gutenberg block plugin in WordPress using Underpin.