Attachment pages are one of the most confusing and misunderstood features in WordPress. Many people don't get what is the purpose of a feature where the content management system creates a page for each of the images uploaded to the site. The only purpose of this attachment page is that is displays the image in the page template.
I'm running this WordPress blog on Google Cloud Run. It's running on Apache since the official WordPress Docker image doesn't support Nginx. There is a WordPress Docker image that uses PHP FPM, but you will need to connect to it from another container using FastCGI.
WordPress custom post types are a great way to model your content. Let's say your company creates all kinds of products, like widgets, gadgets and gizmos. You can create a new new custom post type in WordPress called Products to store these posts.
DigitalOcean is the latest company to join the serverless race. Can the new platform live up to the lofty promises and replace the existing Droplet VPS offering?
Raptor: Call of the Shadows is a fun classic DOS game. But what about the titular plane in the game? Is it modeled after the F-22 Raptor? Let's find out!
The Varmilo VA88Mac is a pretty nice keyboard, but there's a big problem: the keyboard layout is wrong. Here's how you can fix it using Karabiner Elements.
In a blog post last year, I took a look at lossy image formats and how they stack up. This time, I thought it might be interesting to do a comparison of lossless image formats.
When DigitalOcean came out with its managed App Platform, I got interested if I can run WordPress on it. It took me one afternoon to get WordPress up and running, here's how you can do it.