Category: Wordpress
-
How to Create a Child Theme from Blankslate and Add Custom CSS, JavaScript, Header and Footer
Table of Contents 1. Introduction: Why use a child theme in WordPress Child themes in WordPress are the go-to method for safely customising an existing theme. They let you override styles, templates, and functions without touching the original theme — so when the parent updates, your customisations stay intact. This is particularly useful for development…
-
How to Create a New WordPress Theme Using the Underscores Boilerplate
Step-by-step guide for creating a custom WordPress theme using the Underscores (_s) starter template, tailored for developers and agencies in Australia.
-
How to Install WordPress on a VPS in Sydney (DigitalOcean + OpenLiteSpeed + Free LE SSL)
In this step-by-step guide, I’ll show you how to launch a WordPress website using a VPS hosted in Sydney, via DigitalOcean.
-
How to Quickly Install WordPress Locally for Development
In this guide, I’ll walk you through how to install WordPress locally using Docker — the modern developer’s tool of choice.