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

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

Pen function |functional programming 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.



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.



Quickly Add Code Snippets in WordPress

nested conditionals sad

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.