Tagged Questions
0
votes
1answer
27 views
static front page ONLY for certain themes?
A theme I am developing depends on there being a static front page. However, there seems to only be one global option to change if front page is static. So when I go to preview the theme, it won't ...
2
votes
2answers
701 views
is_front_page only works in theme file, and does not work in functions.php
If I use is_front_page() in my front-page.php file it works as expected. However if I use the same function in my theme functions.php file it does not work. Is this normal behavior? If not can it be ...
0
votes
1answer
74 views
Theme Development -> Specific Homepage
I am a beginner to starting a Wordpress template from scratch, so I am open to any helpful links or help that can be given to me :)
Questions:
What would this file be called front-page or home.php?
...