Created
February 23, 2016 03:41
-
-
Save great2gether/56dc51ad672073f2c414 to your computer and use it in GitHub Desktop.
DIVI childtheme, Page Template: Landingpage - additional code for header.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( is_page_template( 'page-template-blank.php' ) ) { | |
return; | |
} | |
// Anpassung G2G: Es wird geprüft, ob das no Sidebar no Header Template aufgerufen wird | |
if ( is_page_template( 'page-template-landingpage.php' ) ) { | |
return; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment