I have tried changing the template of the attached page and changing which page is attached as the home page, no effect for either. The front page remains the same. I am at my wits end with this one!!
I have tried changing the template of the attached page and changing which page is attached as the home page, no effect for either. The front page remains the same. I am at my wits end with this one!!
Share Improve this question asked Jan 12, 2011 at 16:47 Mild FuzzMild Fuzz 4,2008 gold badges39 silver badges53 bronze badges 2- what's a attached page? – onetrickpony Commented Jan 12, 2011 at 16:52
- It is not a community term. I simply mean the page assigned to being the front page, as I explain later in the same sentence. I am unaware of another term. – Mild Fuzz Commented Jan 12, 2011 at 17:07
2 Answers
Reset to default 1What is your setup for front page in Settings > Reading
?
Do you have front-page.php
template in your theme? It will pretty much override anything, no matter what you choose in settings.
ok, the question is from 9 years ago but the answer is still valid:
function custom_template () {
return locate_template ('page_custom.php', false);
}
add_filter ('frontpage_template', 'custom_template');