Topic Archives

WordPress Tutorials

Step-by-step tutorials covering a wide range of WordPress tasks. They’re perfect for learning something new or needing to solve a particular WordPress issue. Topics covered include setup, design, development, and plugin usage.

View all WordPress articles

Learn How to Display WordPress Custom Field Data With Blocks

Learn How to Display WordPress Custom Field Data With Blocks

Learn how to use the WordPress Block Bindings API to display custom field data—no plugin required. A simple walkthrough with real examples.

How to Educate Clients on WordPress Security Best Practices

How to Educate Clients on WordPress Security Best Practices

We discuss being proactive when it comes to teaching clients about security best practices. Some things are universal, while others are a bit more specific to WordPress itself.

5 Cool Things You Can Do with a Local Install of WordPress in 2025

5 Cool Things You Can Do with a Local Install of WordPress in 2025

Running a copy of WordPress on your local machine is a fairly simple process (we have some helpful information on doing this). But you may be wondering about the actual…

How a Custom WordPress Plugin Can Help You Manage a Website

How a Custom WordPress Plugin Can Help You Manage a Website

Whether you’re a WordPress user or build websites for a living, it’s likely you’ve relied on a few plugins along the way. These additional pieces of software enable the content…

How to Use ChatGPT to Export Data from a WordPress Database

How to Use ChatGPT to Export Data from a WordPress Database

Learn how ChatGPT can help extract data from multiple WordPress plugins for quicker and easier data handling.

How to Successfully Migrate Your Website to WordPress

How to Successfully Migrate Your Website to WordPress

There are several obstacles you need to overcome while migrating to WordPress. Here are some tips to make the process as smooth as possible.

Signs Your WordPress Website Has Outgrown Its Hosting

Signs Your WordPress Website Has Outgrown Its Hosting

How do you know when a hosting change is needed – or at least something you should consider? Today, we share a few signs that will clue you in.

Simple Ways to Customize & Add Functionality to WordPress Plugins

Simple Ways to Customize & Add Functionality to WordPress Plugins

Extending a WordPress plugin doesn’t require expert knowledge. Mostly all you need is an understanding of PHP & HTML is all you need.

How to Create a Custom User Role in WordPress

How to Create a Custom User Role in WordPress

We take a look at what custom user roles are in WordPress, why you’d want to use them, and a few different techniques for creating them.

How to Avoid Common WordPress Theme Development Mistakes

How to Avoid Common WordPress Theme Development Mistakes

We take a look at five of the most common mistakes found in WordPress theme development and offer alternatives solutions.

How to Better Organize Content within WordPress

How to Better Organize Content within WordPress

By mapping out your WordPress posts and pages logically, it will look professional, help with SEO, and will likely reduce your stress levels.

How to Build Client-Proof WordPress Websites

How to Build Client-Proof WordPress Websites

Handing off a new WordPress website to a client offers a great feeling of satisfaction. You provide a pixel-perfect rendering of a brand’s online presence and hope it plays a…

How to Speed up Google Fonts in WordPress

How to Speed up Google Fonts in WordPress

In this quick tutorial, we show you a couple of methods for optimizing and drastically speeding up Google Fonts in WordPress.

How to Create Next & Previous Links in WordPress Posts

How to Create Next & Previous Links in WordPress Posts

On many WordPress themes you see links at the bottom of single posts which direct you to the previous and next posts of the blog. So, in this tutorial, I…

How to Use Block Template Parts in a Classic WordPress Theme

How to Use Block Template Parts in a Classic WordPress Theme

We show you how you can use block template parts within a classic WordPress theme, and how you can implement it on your website.

How to Use the WordPress Custom Fields Plugin

How to Use the WordPress Custom Fields Plugin

We explore some ideas of how you can use WordPress custom fields to create powerful enhancements to the appearance of your site.

An Introduction to the WordPress theme.json File

An Introduction to the WordPress theme.json File

theme.json is a simple document for styling the WordPress block editor, and we show you how it can help theme developers.

How to Add Conditional Logic to Your WordPress Theme

How to Add Conditional Logic to Your WordPress Theme