Tagged Questions
0
votes
0answers
29 views
Columnist Theme Front Page
I downloaded a theme, The Columnist Theme, which has a very specific design.
I assume that the front page has a template where I can dub over with my info, however I do not know where to access the ...
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 ...
0
votes
1answer
79 views
is_front_page use in sidebar.php
I want to introduce some code into sidebar.php dependant on whether the site was on the front page or not. ( I have a static front page and am using the front-page.php file ).
To cut a long story ...
0
votes
2answers
120 views
What is the advantage of using home.php over index.php for the front page
I am building a theme and wondering whether or not to include a home.php file or not. The theme (which will not be available to the public) will be mainly used with a static home page and separate ...
0
votes
1answer
73 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?
...
0
votes
1answer
352 views
1 post per category on homepage and counting those posts
What I'm trying to do on my homepage is to pull the latest post from each of 6 categories but then I need the variable $counter to increase (+1) for each post so that I can style them properly.
I've ...