mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
Theme: Enable the new global header/footer
This commit is contained in:
parent
b0496e7a84
commit
c5e3ed32c9
8 changed files with 303 additions and 42 deletions
|
@ -18,7 +18,8 @@ In order to contribute with code changes, you'll want to set up a local environm
|
|||
1. Ensure this newly cloned `wp-content` folder is where it should be in the WP structure.
|
||||
1. Copy over the base theme with: `svn export https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg themes/pub/wporg` (this should be run from the `wp-content` folder).
|
||||
1. Install the sandbox mu-plugin with `cd wp-content && mkdir mu-plugins && ln -s .env/0-sandbox.php mu-plugins/0-sandbox.php`
|
||||
1. If you are making changes to the plugins, you can run `composer install` at `/wp-content/plugins/wporg-5ftf` and then `composer run test` to run the WP unit tests.
|
||||
1. Run `composer install` inside the content directory.
|
||||
|
||||
|
||||
### Configuring the site
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue