In this video I’ll show you how to fix an odd phenomenon I’d like to call “The Occasional White Screen of Death”. Here’s what happened:
Podcast: Download (Duration: 6:26 — 5.9MB)
In this episode I’ll explain how to add a free SSL Certificate for web traffic in Plesk Onyx. First we’ll enable the Let’s Encrypt extension in Plesk, then we’ll create the certificate and prepare our subscription for SSL traffic. And finally, we’ll tweak two values in the WordPress database so that all requests will be … Read more
In this episode I’ll show you how to launch a Mac App from the Command Line, so that we can pass parameters. I’ll also explain how to wrap up such a command into your own app and add an icon to it, so that you can launch it from the dock with a single click. … Read more
In this video I’ll show you the multi-user capabilities of WordPress: how to create new users, and what capabilities the different user roles have over your WordPress site. This feature comes in handy if you collaborate with other users: each user can create posts, but such users can be restricted from deleting other people’s posts, … Read more
In this episode I’ll explain how you can change the URLs for your posts and pages, as they appear in your web browser. By default, WordPress uses numeric links (such as domain.com?p=123) but those are not so easy on the eye. We can change this to something like domain.com/awesome-post instead, and I’ll explain how to … Read more
In this episode I’ll show you how the MORE tag works. It’s a “break mark” you can use so that longer posts don’t take up too much space on your front page. I’m also explaining a related feature called the NEXTPAGE tag with which you can break even longer posts into individual pages. You can … Read more
In this episode I’ll show you how you can organise your posts with tags and categories. You don’t have to use tags, but a post is always in a default category (called “uncategorized” by default, and I’ll show you how to change that too). The full course is aimed at beginners and medium casuals alike. Whether … Read more
In this episode I’ll show you how to embed videos from YouTube and Vimeo into your posts and pages. This works with some magic called oEmbed, a technology that only requires the URL to the video, from which WordPress can determine the correct width for your theme and pull in the complicated code we once … Read more