Welcome to the WordPress Playground repository. This repository contains various blueprints for the WordPress Playground and serves as a training resource for WordPress.
This repository is designed to help users become familiar with WordPress by showcasing different scenarios and use cases. The provided blueprints can be used to quickly set up WordPress environments and demonstrate specific features or content.
-
Clone the repository:
git clone https://github.com/rfluethi/WordPress-Playgrounds.git cd WordPress-Playgrounds
-
Use a Blueprint:
To start the WordPress Playground with a specific blueprint, use the following URL structure:
https://playground.wordpress.net/?mode=seamless&blueprint-url=https://raw.githubusercontent.com/rfluethi/WordPress-Playgrounds/main/import-example/blueprint.json
Replace the path with the desired blueprint.
/import-example/
- This directory contains an example that demonstrates how to import a post into the Playground.
- Read more
Each directory has its own README.md
file that provides detailed explanations and instructions.
Contributions to this repository are welcome! If you have ideas for new blueprints or improvements to existing ones, please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b my-feature
- Make your changes and commit them:
git commit -m 'Add new feature'
- Push the branch:
git push origin my-feature
- Open a pull request.
This project is licensed under the MIT License.
Thank you for your interest, and enjoy learning and using WordPress with our Playground!