Theme Layout
The basic theme layout consist of four section as follows –
- Header
- Main Area
- Sidebar
- Footer
Each section have separate php files as follows –
Header – header.php
Sidebar – sidebar.php
Footer – footer.php
Main area – index.php
The image below shows a simplified version of my index file and how the markups should split.