OK...so I've been through tons of tutorials and documentation and I feel like I am stumped here.
I want to have a separate static homepage and have a separate blog page - both referencing different templates.
homepage = home.php
blog = index.php
What I've done so far:
- I changed the Settings > Reading to (Front Page: Home | Posts page: Blog)
- I created both "Pages" and assigned them to the appropriate templates.
Problem: When I go to click on "Blog" in the navigation (on the live site), it pulls up the home.php template. Any ideas?