Skip to content
Jeff edited this page Mar 20, 2014 · 6 revisions
project/
├── content/
│   ├── mu-plugins/
│   └── themes/
│       └── theme-name/
│           ├── assets/
│           │   └── images/
│           ├── includes/
│           ├── source/
│           │   ├── styles/
│           │   │   └── partials/
│           │   └── vendor/
│           └── templates/
│               └── partials/
├── wp/
├── .editorconfig
├── .gitignore
├── .htaccess
└── wp-config.php

These are the files and folders.

Clone this wiki locally