-
The documentation [lists a step: "importThemeStarterContent" ](https://wordpress.github.io/wordpress-playground/blueprints/steps/#ImportThemeStarterContentStep)
Implementation issue shows, that it's …
-
This issue is meant for planning purposes of possible integration with [WordPress Playground](https://developer.wordpress.org/playground/)
**Considerations:**
- Setting/configuring default data…
-
While you can submit any Blueprint to this repository, here's a few ideas that would be particularly helpful and people have requested in the past (e.g. in the [Add 10 initial Blueprints](https://gith…
-
After I have not found any information anywhere I ask here. My websites report that the Starter Theme in version 3.4.1 is available as an update. But I can't find any information about it anywhere. Th…
-
Hi. Im not sure if there is a solution for this but I am receiving an error while running "gatsby develop".
I have successfully been able to expose the "blocks" in Gatsby with "WP GraphQL Gutenberg" …
-
I am trying to add an existing site in a folder like `~/my-site`.
`my-site` uses WordPress in a subdirectory. This is the basic structure of `my-site`:
```
.
├── index.php
├── salt.php
├── w…
-
### Description
I created a pod and I tried to modify it, the problem is that when I click on my Pods and press "Add new" it sends me to a blank Wordpress image and not to a menu . I tried in the set…
-
I [left this on the Base Blog too,](https://github.com/11ty/eleventy-base-blog/issues/179) but if other people are using this theme/starter/project, the below could be fantastic built into the project…
-
Should I be able to install this CLI globaly? i.e, at `~/.composer`?
I assumed I would be able to so I did, but I can't use `tonik` to add new starter themes to my `~/sites/wordpress/wp-content/th…
-
Im adding the theme Im developing using the volumes like in the below example.
```
volumes:
- ./data:/data
- ./code/stokpress:/app/wp-content/themes/stokpress
`…