How to build a theme demo with WP Playground blueprints #196
Locked
justintadlock
started this conversation in
Topic Ideas
Replies: 3 comments 3 replies
-
That's a great idea! |
Beta Was this translation helpful? Give feedback.
3 replies
-
Discussion locked, please continue conversation on the issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
The new issue, covers the topic of Theme demos via Playground. And still needs a writer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the most painful experiences (at least in my opinion) is managing live demos to showcase your new Wordpress theme to the world. You usually need to set up and maintain a multisite instance for multiple themes. And, it becomes more complex if you want to give potential users access to the admin to actually explore it. It's a headache and management nightmare.
What if you didn't need to do all of that?
That's where WordPress Playground comes in, especially its Blueprints API: https://wordpress.github.io/wordpress-playground/blueprints-api/index
You can easily provide a demo (even multiple demos with their own configurations) by simply providing a blueprint to Playground.
My proposal is to write a guide on using Playground to showcase your theme.
We have some working examples in the current Block Theme Examples repo (click the links in the README to see how this works): https://github.com/WordPress/block-theme-examples
Beta Was this translation helpful? Give feedback.
All reactions