-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move "WordPress files" to a subdirectory #103
Conversation
That "template" and "templates" bothers me. |
It’s funny that somebody asked how to do this just yesterday on Stack Overflow. I would propose a structure like this. .
└── wp-content/themes/starter-theme/
├── bin/
├── src/
│ └── StarterSite.php
├── static/
├── tests/
├── theme/
│ ├── archive.php
│ ├── author.php
│ ├── footer.php
│ ├── functions.php
│ ├── header.php
│ ├── index.php
│ ├── page.php
│ ├── search.php
│ ├── single.php
│ ├── screenshot.png
│ └── style.css
├── views/
├── .gitignore
├── .travis.yml
├── LICENSE
├── composer.json
├── humans.txt
├── phpunit.xml
└── README.md
|
Is he a clone of me?? 🙄 |
I agree with |
Thank you for the fix. |
@jarednova Could you give me a proper English sentence to add to What's here? section of the README? |
Closes #102
@jarednova :)