WP Rig
WP Rig
  • 6
  • 1 369
WP Rig 101: A Crash Course
This is an updated crash course (v3.0.2) and introduction into getting up and running with WP Rig and understanding what it does, how it works and whether or not it is right for your WP project.
00:25 What is WP Rig
1:55 Who is WP Rig for?
2:26 Who is WP Rig NOT for?
3:35 Getting Started
3:49 Prerequisites
6:28 Step 1 - Clone Repo
8:30 Step 2 - Install dependencies
10:11 Overview of WP Rig file/folder structure
10:50 Step 3 - Run the build
11:50 CSS and JavaScript/TypeScript file naming and organization conventions
15:13 Setting up WP Rig config
16:42 Setting up BrowserSync
20:15 Writing CSS/JS and seeing our changes
23:35 PHP - /inc directory and object-oriented component structure
27:40 New React-based options framework
29:11 Enqueueing (including or loading) custom JS/CSS files
33:14 CLI Tools: NPM Scripts
34:00 Adding full site editor support to your theme
37:50 Bundling your theme (prep for deployment)
39:41 CLI Tools: Composer scripts
40:14 Running PHPCS, PHPCBF, and other coding standards checks on your PHP
42:45 CLI Tools: WP CLI Scripts
42:55 Auto-setup your local WP env for theme development (dev_setup)
44:45 Linting config for your JS and CSS linting
46:21 Unit Tests with PHPUnit
47:00 Documentation
48:00 Asking question on Github
48:22 Contributing
Переглядів: 32

Відео

WP Rig - V3: What's New
Переглядів 17314 днів тому
In this video, we explore what is new in V3 of WP Rig.
WP Rig V3 - Build Preview
Переглядів 55Місяць тому
This video is not sped up. This is a real-time short clip of how fast WP Rig Version 3 builds now. Stay tuned for a full-length breakdown of all of the new features coming to WP Rig V3
How to add Full Site Editing (FSE) to a WP Rig Theme
Переглядів 4952 роки тому
In this video, we show how to convert WP Rig into a universal theme by added support for full-site editing to the starter theme. It's very simple and basically only takes about 2-3 steps. It's now easier than ever to develop a custom and universal WordPress theme using a modern tech stack and build system that gives you the full power of full site editing, but also more traditional areas of the...
EZ Customizer Settings in WP Rig
Переглядів 4593 роки тому
Since version 2.1 of WP Rig, WordPress theme authors now have the ability to quickly and easily add custom theme-specific settings fields to the WordPress customizer using a simple and easy to read JSON object. From there, WP Rig will take care of the rest. You can find more details and information about how to use the EZ Customizer settings at: wprig.io/documentation/creating-custom-settings-f...
Using ACF in WP Rig
Переглядів 1703 роки тому
Using ACF in WP Rig