📄️ Set Up Your Developer Environment
This guide will help you configure your development environment for wordpress development.
📄️ Cloning the Boilerplate Theme & Installing WordPress
This guide will walk you through setting up our WordPress boilerplate theme for local development.
📄️ Understanding Timber
Timber is a templating engine that separates HTML and display logic from PHP logic and data. This allows PHP files to prepare data for the Timber context, which can then be accessed and rendered in TWIG templates, such as {{ post.title }}.
📄️ Pushing to a Development Server
This guide walks through the process of setting up a development server environment using VentraIP, configuring DNS with Cloudflare, and establishing automated deployments with GitHub Actions.