https://github.com/ndiego/wordpress-university-workshop
An instructor led workshop for building block themes in WordPress.
https://github.com/ndiego/wordpress-university-workshop
wordpress wordpress-theme workshop-materials
Last synced: 5 months ago
JSON representation
An instructor led workshop for building block themes in WordPress.
- Host: GitHub
- URL: https://github.com/ndiego/wordpress-university-workshop
- Owner: ndiego
- License: gpl-3.0
- Created: 2023-07-10T16:30:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T11:45:51.000Z (about 2 years ago)
- Last Synced: 2025-03-31T03:51:43.352Z (6 months ago)
- Topics: wordpress, wordpress-theme, workshop-materials
- Language: PHP
- Homepage:
- Size: 53.8 MB
- Stars: 17
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Workshop: WordPress University
Welcome to the "WordPress University" workshop, where you will be guided through a 12-step process to create a website for the fictitious WordPress University. This hands-on workshop offers a comprehensive overview of the fundamentals of building with blocks and block themes, providing valuable insights and practical experience in a straightforward and engaging website-building project.
## Steps
> **Note** This workshop is designed to be instructor led. The instructions alone are not comprehensive.
- [Step 1: Getting set up](/steps/step-1/readme.md)
- [Step 2: Exploring the Site Editor](/steps/step-2/readme.md)
- [Step 3: Introduction to theme.json](/steps/step-3/readme.md)
- [Step 4: Layout, Columns, Covers, and Groups](/steps/step-4/readme.md)
- [Step 5: Query Loops](/steps/step-5/readme.md)
- [Step 6: Block styles](/steps/step-6/readme.md)
- [Step 7: Block variations](/steps/step-7/readme.md)
- [Step 8: Templates & Template Parts](/steps/step-8/readme.md)
- [Step 9: Patterns](/steps/step-9/readme.md)
- [Step 10: Custom CSS in block themes](/steps/step-10/readme.md)
- [Step 11: Block and template locking](/steps/step-11/readme.md)
- [Step 12: Client-side filters](/steps/step-12/readme.md)Each step folder contains a `readme.md` file that provides instructions and a `/theme` folder, which contains the complete theme at end of each step.