Homepage › Community Forums › Classik Theme Support › Fixed Navigation for Classik Theme › Reply To: Fixed Navigation for Classik Theme
Ok just figured it out. If you take a look at the front-page.php section on that link I gave you, it says
If it exists, the front-page.php template file is used on the site’s front page regardless of whether ‘Settings > Reading ->Front page displays’ is set to “A static page” or “Your latest posts,”
– http://codex.wordpress.org/Creating_a_Static_Front_Page#Configuration_of_front-page.php
They have a few code examples you could add to change this, but an easier way to do it is to simply change the file name to home.php instead of front-page.php. I started using front-page.php since that’s what SP recently used for their latest themes, but it was home.php before. So if you have FTP access to your site you can change it to home.php and that should work. Let me know if it does.
Thank you for showing me this! Now I’ll know if it comes up again in the future.
