WordPress

Change the WordPress Admin Panel Language

If you’ve had a site built by someone who doesn’t speak your native language, how do you manage your site? Or maybe you want to add a new author to the site to contribute to the translations or create a profile for another contributor who will find it easier to navigate the site in their…

WordPress

Fixing a Page Title Background Image that Won’t Update

I recently launched a website for a client. During pre-launch some quirky and irregular behaviour that I’d hoped was just a consequence of my development environment failed to resolved. The problem? I had set different background images on each page, but they weren’t updating. So the Weddings page showed up correctly but then I’d click…

WordPress

SQL for Rewriting WordPress Database Links

When you move a WordPress site, whether that’s from a live to a local site, or perhaps when you change the site to SSL, you will need to change the URLs in the database. There are plugins for this, but it’s easy enough to do in the database itself using a few simple SQL statements…