Page Templates and homepage
-
Hi,
I am beginner at developing themes and I got to the point I need advice.
Let’s say I have a website with these Pages:
About Us
Gallery
Services
Career
ContactsI won’t use posts, only pages. The page “About us” is supposed to be homepage and structure of this page is slightly different to other pages. (there is container with last 3 images uploaded to “Gallery”)
Pages Gallery, Services, Career, Contacts have basically same structure.I have few questions:
1) What file will specify how the page “About Us” will look? should that be index.php or front-page.php or something else?
2) If the answer for queston no.1 isn’t index.php, what should I include in index.php apart from get_header() and get_footer() since there are no posts (=I don’t need loop for posts)
3) Pages Services, Gallery, Career, Contacts will use template file page.php, am I correct?Thank you guys for your help
- The topic ‘Page Templates and homepage’ is closed to new replies.