Skip to content

Instantly share code, notes, and snippets.

@ekandreas
Last active February 3, 2016 08:46
Show Gist options
  • Save ekandreas/fcade6ed898fbfe8939b to your computer and use it in GitHub Desktop.
Save ekandreas/fcade6ed898fbfe8939b to your computer and use it in GitHub Desktop.
wp-content
└── themes
└── your_theme
├── style.css <- standard theme style.css, mandatory
├── index.php <- standard index theme, mandatory
├── single.php <- standard index theme, mandatory
└── views <- folder for Blade view templates
├── index.blade.php <- the index page template
├── single.blade.php <- the single page template
└── master.blade.php <- the masterpage template that all other views extends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment