Author: Fred Meyer
A Time to Learn WordPress: Two Free Open Webinars and More

These are weird times. Like most people, David and I are at home, spending time with our spouses, reworking travel plans, and wondering how the rest of this spring and summer will play out.
Understanding “Server-Side” and “Client-Side” in WordPress

This article explains “server-side vs. client side” in WordPress development. This distinction, and how the server side and client side interact, is at the core of not only WordPress development, but of any real understanding of how the web works.
WordPress Shortcode Tutorial: How to Create Shortcodes, and Why They’re Super-Useful

This article is an in-depth WordPress shortcode tutorial. We cover what shortcodes are, when to use them, and how to register your own, with full-code custom shortcode examples.
How to Create Hero Images with Beaver Builder

This is a guide to creating a hero image on a WordPress site using the Beaver Builder plugin.
SiteGround vs. Kinsta: Choosing Between the Two Best WordPress Hosts

Kinsta and SiteGround are the two best hosts in WordPress. They’re also very different. Which one’s right for you? We’ll make it easy:
SiteGround Review: Why SiteGround Should Be Your First Choice for Shared Hosting in 2020

We’ve written this comprehensive SiteGround review after testing all major WordPress hosts and hosting with SiteGround for five years. We recommend making SiteGround’s GrowBig plan (starts at $5.95/mo before renewing higher) your first choice for shared WordPress hosting on any site with fewer than 30,000 visits a month. It’s reliable, performant, and technically cutting-edge, with very good and accessible tech support.
WP_Query: Understand it, Love it!

This free WPShout Course is a step-by-step introduction to WP_Query, one of the most powerful systems in WordPess. By the end of the course, you’ll know what a WP_Query is, and how and why to use your own custom WP_Querys for theme and plugin development. It really is a revolutionary and powerful tool for every WordPress theme and plugin developer to master 🙂
8 Things I Learned Building a WordPress Site without Code

About a month ago, I read a headline in the Post Status newsletter called “Let’s No-Code This Thing and All Go Home.” It linked to an article that stated:
How to Search Through a WordPress Plugin’s Files with Sublime Text

This Quick Guide walks you through searching through all the files in a WordPress plugin using the Sublime Text code editor. This process works not only for searching through WordPress plugin folders, but for searching the contents of any folder using Sublime Text.
Writing a WordPress Plugin From Scratch: A Step-by-Step Tutorial

This WordPress plugin development tutorial captures the steps I went through on a real project, including the mistakes I made and how I debugged them.