About Customizr
Templates in Customizr
The theme uses four templates to render the content :
- header.php
- index.php
- footer.php
- comments.php
Those templates only includes some structural HTML markup, the rest of the front end content is rendered with the action hooks defined in the classes of the parts/ folder.
As you might have noticed, Customizr does not really use the WordPress template hierarchy, but there are no restrictions to use it in your developments for example for custom post types, taxonomies, etc…