You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to create a homepage template to which I can add full-width sections (I can't add the content to the page editor or theme options since it's then constrained by the ".inner" div and wouldn't go full-width). I noticed that home.php checks for is_front_page and forces the home layout and content via the theme options.
Is there a way to create a custom template, to use on the homepage in particular, that is completely independent of the theme options?
The text was updated successfully, but these errors were encountered:
I'm looking to create a homepage template to which I can add full-width sections (I can't add the content to the page editor or theme options since it's then constrained by the ".inner" div and wouldn't go full-width). I noticed that home.php checks for is_front_page and forces the home layout and content via the theme options.
Is there a way to create a custom template, to use on the homepage in particular, that is completely independent of the theme options?
The text was updated successfully, but these errors were encountered: