I am trying to build a theme for a website
My format is:
Header (at top obviously)
Sidebar (for navigation at left)
Content (next to sidebar, contains text and pics)
Footer
Now what template files are needed to complete this?
I have a header.php, sidebar.php, footer.php, index.php, and style.css
Which template file would be responsible for the content and pics in the content area? I'm assuming it's Page.php, but I wanted to make sure before I begin coding.
Thanks!