Categories
t3ch

Remote and Local WordPress Management

Remote management of WordPress sites is important to me. I manage a number of WordPress sites. I find myself, often, in the same situations doing the same things. Naturally, I wrote scripts to automate this. I made a software package out of these scripts and put them up in GitLab (you’re not still using GitHub […]

Categories
t3ch

Versioning WordPress Content

Something that winds up being difficult when developing for WordPress (or Drupal, or any other database heavy CMS), is the versioning of content. Databases aren’t under your SCM directly. Because of this, deploying changes to production can be dicey. The scenario is typically something like this: Client wants 5 new pages, and a few revisions […]