Category: WordPress
WordPress-hosting, säkerhet och sanering.
-

Why you need a WordPress support partner, not just a plugin
A plugin can send an email. It can’t clean your site at 2am on a Sunday. That’s why a support partner is the layer of security you can’t automate.
-

Update your theme with WP-CLI
Theme updates are as quick as plugin updates with WP-CLI, but there’s a trap: custom edits to the theme. Here’s how to update without losing them.
-

Page builders, bloated themes and the attack surface: what you trade
Page builders make it easy to build pages, and easy to bloat the code, slow the site and grow the attack surface. Here’s the trade-off.
-

Update plugins with WP-CLI
Clicking through plugin updates in wp-admin is slow and risky. With WP-CLI you update everything in seconds, and you can script it.
-

Why a custom theme is safer than a bought one
A bought theme tries to fit everyone, dragging along code, plugins and vulnerabilities you never need. A custom theme carries only what your site actually uses.
-

SSH into your server and run search-replace from the CLI
A database-wide find and replace is dangerous in phpMyAdmin but trivial with WP-CLI. Here’s how to SSH in and swap URLs without breaking serialized data.
-

Terminal basics: getting around with cd and ls
Before WP-CLI and SSH comes the most basic skill: moving around the terminal. Here are cd, ls and pwd: everything you need to find your way on the server.