Theme Templates

The resources/views/ directory contains files that you can further extend with the normal WordPress Template Hierarchy:

All templates are wrapped by a base file in the layouts/ directory:

The app layout contains all the content generated by Blade templates, but is itself wrapped by the index.php in the root of the theme.

These files include templates from the resources/views/partials/ directory which is where you'll be making most of your customizations:

# Extending templates

The normal WordPress Template Hierarchy is still intact. Here’s some examples:

Contributors

Last updated 2023-01-27