Skip to content
#

wordpress-starter

Here are 8 public repositories matching this topic...

Language: All
Filter by language
rfearing
rfearing commented Sep 11, 2020

Right now the /src/php directory gets copied to wp-content/themes/sparkpress within the docker instance.

We should update the directory structure to something like this (making sure to update scripts where needed).

└── src/
    ├── js/
    ├── php/
    ├── views/
    └── static/
         ├── images/
         └── style.css

Locations to consider:

  • npm start script
good first issue

Improve this page

Add a description, image, and links to the wordpress-starter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wordpress-starter topic, visit your repo's landing page and select "manage topics."

Learn more