I am creating my first WordPress theme with a one-page parallax scrolling style. I have created my entire website (statically) in the index.php file. It works fine if I set the Admin->Reading setting to 'Your Latest Posts'.
But now I am trying to create a separate page for the blog so I did the following:
- I created a file, page.php, with the standard blog page code and gave it a template name.
- I set the Blog page on wordpress to use the Blog template.
- All other pages (i.e. home, about us, etc.) are set to use default page template (which should be index.php right?)
- I set the Reading settings to Front Page: Home and Posts Page: Blog
All I get is the blog page template for all pages (as if it were the default page template).
How to set up a website like this?