This guide will walk you through the theme installation. Let’s get started!
Step 1 – Installation
Method 1 – Using Composer
Installing the WP Blueprint Classic Theme is easy. Follow these steps:
- Create a Theme Folder: Make a new folder in your WordPress themes directory.
- Install via Composer: Open your terminal, navigate to your theme folder, and run the command:
composer create-project wp-blueprint/theme-classic .
Method 2 – Using GitHub Template
You have an alternative installation method via GitHub:
- Create a New Repository: Begin a new repo using the WP Blueprint Classic GitHub Template.
- Clone the Repository: Clone your repo into the WordPress themes directory.
Step 2 – Setup
After installation, proceed with these steps:
- Install Dependencies: In your theme folder, execute the following commands:
composer install
npm install
- Build Theme Assets: Once dependencies are installed, run the command to build the theme assets for production:
npm run prod
- Activate the Theme: Go to Appearance > Themes in your WordPress dashboard and activate WP Blueprint Classic Theme.
Next Steps
Now that you’ve successfully installed the WP Blueprint Classic Theme, it’s time to start building your website:
- Theme Structure: Familiarize yourself with the theme’s structure to better understand how its components are organized and interact.
- Development: Explore how you can harness the power of NPM and Composer to accelerate your site development process.
- Customization: Dive into the theme’s admin page to unlock a world of customization possibilities. Learn how to personalize various aspects of your site’s appearance and functionality.
- Handlers: Make use of pre-built handlers to effortlessly populate your WordPress theme with content, saving you time and effort.
- Explore Plugins: Discover the enhanced functionalities provided by the wp-blueprint plugins. These additions can enhance your site’s capabilities and streamline various tasks.
As you delve into these areas, you’ll gain a deeper understanding of the WP Blueprint Classic Theme and its features, enabling you to create a professional and engaging WordPress website tailored to your needs. Happy exploring and building!