Hi,
das Theme ist wirklich weltklasse!
Ich benötige ein Template für eine Landingpage, das genauso aussieht wie das Standardtemplate nur ohne den Header aber mit Footer.
Sodass ich es, wenn ich eine Seite erstelle unter “Template” auswählen kann.
Ich habe schon etwas rumprobiert aber bekomme es leider nicht hin. Vllt. kann mir dafür ja jemand den Code posten.
Vielen Dank und mit freundlichen Grüßen
Daniel
Hi Daniel!
Thank you for using our theme.
In the main enfold folder you find the file page.php. Copy this file to template-page.php.
Open it and in line 2 insert:
/*
Template Name: Page no header with footer
*/
Now you find ‘Page no header with footer’ in the drop down list of templates.
Replace in line 14:
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
with
// if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
You can also delete this line completly.
Cheers!
Günter