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…

Tools & Tips

How to Install New Fonts in Inkscape

I wrote a post a few months ago about using SkyFonts to install new fonts that could be read by Inkscape, a freeware graphic design package that is a great substitute for Adobe Illustrator and Corel Draw. When a client was asked me about this, I directed them to my original post, only to discover…

Productivity Tools | Tools & Tips | Websites

From Yoast to SEO Press

Since I first started working with WordPress I’ve been using the Yoast plugin for my SEO. It’s a great tool. I’ve been happy with it and have been happily recommending it to clients. But lately there’s been chatter in some groups where WordPress pros and others discuss their SEO tools of choice, and I’ve been…

Tools & Tips

Using Git (via GitBash) for Version Control

Whether you’re working on content or code, version control is the best way to stay sane. Being able to edit your work knowing that any mistakes or problems can be rolled back is reassuring – and also an essential part of a professional content writer or coder’s workflow. It can all sound super-nerdy, but using…