Quick Guides: WordPress Tutorial Videos for Developers
We love helping WordPress developers solve tricky problems quickly. That's why we've put together this collection of WordPress video tutorials for developers. Each Quick Guide is a simple, to-the-point video tutorial on a topic in WordPress development, plus a text outline that walks step-by-step through the video content.
Do you need a video tutorial for a specific challenge that's come up in your work? We'd love to hear from you! Reach out to us on Twitter (@wpshout) or by email with your request.
Our Most Popular Video Quick Guides

How to Migrate Your Site With All-in-One WP Migration (2023)

How to Use FTP to Deactivate a Plugin That’s Breaking Your WordPress Site

How to Clear Your SiteGround Cache

How to Fix Wrong-Sized Images in WordPress
Recent Video Quick Guides
How to Enlarge an Image in WordPress (Lightboxes!)

Whether you’re writing about technical topics or something even more visually demanding like art, sometimes you just want to make a picture bigger in WordPress. That can mean a number of things, from how it appears on the page to what happens when you click it. We’ll shortly cover the first case, and then spend most of our time introducing using a “lightbox” from the Simple Lightbox plugin to make our images appear over our content in a large size when clicked.
Better Post Lists with CodePress Admin Columns

In this week’s Quick Guide we’re covering how to improve your “post lists” screens in WordPress. That is, we’re taking control the look of your “posts”, “pages”, etc lists by changing what appears in those columns. We’ll do that using that Admin Columns plugin (which was called CodePress Admin Columns until fairly recently 😉).
How to Edit the Author Slug in WordPress

“Author archives” are one of a number of names you might call the page where WordPress shows your (as opposed to other authors’) posts. And by default WordPress will put the /author/ URL segment into your slug. Personally I think that’s a good name for it. But not everyone agrees, and that’s where the Edit Author Slug plugin comes in. In this Quick Guide we’ll explain how you can change your author page URL from example.com/author/david to example.com/this-person-rocks/david. If you want, of course. The point is that the whole middle section can be anything writer, ninja, queen-of-the-world.
How to Change WordPress Post Types with Post Type Switcher

From time to time, you’ll need to change the post type of one or more of your WordPress posts. In this Quick Guide, we’ll explain how to change a WordPress post’s post type using a handy plugin called Post Type Switcher.
Turn on Debugging in WordPress: WP_DEBUG

One could (and perhaps I should) write a whole course on “how to debug in WordPress.” This (unfortunately) isn’t that post, but rather a quick summary of the best first step in debugging WordPress. It is almost the one step you MUST take if you’d going to debug just about anything in WordPress: make sure WordPress is showing the errors by settings WP_DEBUG to true. This isn’t super complicated, but just an invaluable thing to know.
How to Remove the Date from a WordPress Post URL

So, you want to remove the date from your WordPress post URLs? I get it. Those /2016/07/09/post-slug URLs that seemed pretty cool when you (or someone else) set it up get old.
Quickly Add Code Snippets in WordPress

Debates have raged for ages—and still rage—about how to think about code on a WordPress site. Some people are fast-and-loose types who just want it working quickly as possible. For people in a hurry, the Code Snippets plugin is a quick and effective way to build and manage small quick “WordPress hacks.” While I still think file-system access is a better idea for writing WordPress PHP, I can’t deny the quickness of this (or any) PHP code snippets plugin.
How to Quickly Duplicate a WordPress Post or Page

In this text and video Quick Guide, we’ll walk you through the easiest way to duplicate posts and pages in WordPress, using the free and aptly named Duplicate Post plugin.