Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save great2gether/56dc51ad672073f2c414 to your computer and use it in GitHub Desktop.
Save great2gether/56dc51ad672073f2c414 to your computer and use it in GitHub Desktop.
DIVI childtheme, Page Template: Landingpage - additional code for header.php
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