Blog

10 ways to speed up your WordPress website

A slow website is painful to use, less engaging to visitors, and hurts your search engine rankings. I’ll walk you through the tools I use to identify performance problems, and provide ten tips to improve your website’s performance

My Development Workflow

I recently joined Carrie Dils for an Office Hours discussion about workflows. Here’s a quick summary of what we discussed. Listen to the Podcast We discuss all things code, from…

Using git with WordPress on SiteGround

I use SiteGround for most of my personal websites. I love it because I can create unlimited sites without any additional cost. I prefer to use git to deploy code rather…

Announcing Shared Counts

Shared Counts lets you preserve your non-HTTPS share counts and provides backend tools for discovering your popular content. It’s built for performance using lean assets and smart caching.

Using the admin bar for quick links

When I’m working on a website, I’m often hopping between my local environment, development/staging, and production. I’ll use to a separate CodeKit URL for live updating when working on CSS.…

Adding Gutenberg support to WordPress theme

If you’re building custom themes for clients, you should be adding Gutenberg support right now! Make sure your client’s transition to the new editor is as seamless as possible.

Building a dynamic YouTube video gallery

I’m working on a project right now that includes a gallery of recent YouTube videos. I had assumed we could use an existing plugin for this. It seems like a…

Building a Gutenberg Block

After completing Zac Gordon’s wonderful Gutenberg Development Course, I wanted to try building my own block. It was more difficult than I expected, but a great learning experience. For comparison,…

Allow users to like content

As part of my recent site redesign, I wanted users to be able to “like” content without having to leave a comment, use social media, or have a user account.…

Migrating Comments using WP REST API

A few weeks ago I finished development on my new website, and it was time to finalize content. I had hoped to have most of it ready before development, but…

Inserting column markup into WPForms

WPForms includes a visual layout builder, but sometimes you need your own markup to build a complex layout. I’ll show you the hooks you can use to add markup before and after individual fields.