Skip to content

Instantly share code, notes, and snippets.

View siddharth-thevaril's full-sized avatar

Siddharth Thevaril siddharth-thevaril

  • News Technology Services
  • Bangalore
View GitHub Profile

Base Components

This repository contains the bare-minimum and necessary tools and files required to spin up a WordPress theme. The goal of this project is to eradicate the time that goes to set-up a WordPress theme. This repository doesn't contain theme files itself, you'll have to include the files within your theme.

1. Setup

Within your theme, download the zip and extract the files in the theme root. To integrate base components with your current theme, add:

require get_template_directory() . '/bt-includes/loader.php';

to your functions.php file.