WordPress Development

As I build WordPress websites for my clients, I share what I learn here as tutorials.

Default image for article in Yoast SEO Schema

I’m a big fan of the new schema functionality in Yoast SEO. It includes all the information search engines want to see, and it’s incredibly extensible through filters and extending…

Block-based Widget Areas

Here’s a simple solution for using the block editor outside of the main content area, as a replacement for widget areas.

CSS Grid – Center Last Item

CSS Grid is wonderful for building multi-column layouts, but if you have one less item in your grid than you expected, it will look off balance. I’ll show you how to center the last row.