📦 Two dockerized WordPress sites, with Let’s Encrypt, logging, SMTP relay, controlled by a systemd service, and daily backups

Or, How I learned to stop worrying and love docker compose.

Continue reading "📦 Two dockerized WordPress sites, with Let’s Encrypt, logging, SMTP relay, controlled by a systemd service, and daily backups"

🧁 Blueberry cupcake string placeholders

Apologies to my usual readers, but this post is not going to be technical. It’s about a dream I just had, today, Monday the 27th. In my dream, I was programming a custom SQL query for some WordPress plugin. The query was an INSERT statement, that simply passed a vector of strings into a table …

Continue reading "🧁 Blueberry cupcake string placeholders"

💩 Please, WordPress theme and plugin developers, learn to write proper HTML already… smh

Use PHP output buffering in WordPress to interpolate HTML code and dynamic values in a way that’s more readable.

Continue reading "💩 Please, WordPress theme and plugin developers, learn to write proper HTML already… smh"

🗨 Dismissible notices that persist when refreshing the WordPress admin screens

In this article we will go through some code that I like to use to make dismissible notices where the dismissal persists between page refreshes in the WordPress administration screens.

Continue reading "🗨 Dismissible notices that persist when refreshing the WordPress admin screens"
WordPress Checklists

☑ WordPress checklists to go through before publishing a theme or plugin

In this meta-article I will list eight WordPress checklists and a book that you will want to go through, before you publish a theme or plugin.

Continue reading "☑ WordPress checklists to go through before publishing a theme or plugin"