Pergunta

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!!

Foi útil?

Solução

What 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.

Outras dicas

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');
Licenciado em: CC-BY-SA com atribuição
Não afiliado a wordpress.stackexchange
scroll top